From 06be34ea0750743b85823b873041188dac7b06d9 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Jun 2019 23:17:10 -0700 Subject: [PATCH] altos/micropeak-v2: Correct AO_LOG_ID value Typo wasn't caught by the compiler (thanks!) Signed-off-by: Keith Packard --- src/micropeak-v2.0/ao_pins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/micropeak-v2.0/ao_pins.h b/src/micropeak-v2.0/ao_pins.h index 8b0b2971..21ea337c 100644 --- a/src/micropeak-v2.0/ao_pins.h +++ b/src/micropeak-v2.0/ao_pins.h @@ -73,7 +73,7 @@ extern uint8_t ao_on_battery; #define LOG_INTERVAL 1 #define SAMPLE_SLEEP AO_MS_TO_TICKS(100) #define BOOST_DELAY AO_SEC_TO_TICKS(60) -#define AO_LOG_ID AO_LOG_ID_MICRO_PEAK2 +#define AO_LOG_ID AO_LOG_ID_MICROPEAK2 #define HAS_LOG 1 #define AO_LOG_FORMAT AO_LOG_FORMAT_MICROPEAK2 #define FLIGHT_LOG_APPEND 1 -- 2.30.2