From: Keith Packard Date: Wed, 19 Jun 2019 06:17:10 +0000 (-0700) Subject: altos/micropeak-v2: Correct AO_LOG_ID value X-Git-Tag: 1.9.1~1^2~70 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=06be34ea0750743b85823b873041188dac7b06d9 altos/micropeak-v2: Correct AO_LOG_ID value Typo wasn't caught by the compiler (thanks!) Signed-off-by: Keith Packard --- 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