altos/micropeak-v2: Correct AO_LOG_ID value
authorKeith Packard <keithp@keithp.com>
Wed, 19 Jun 2019 06:17:10 +0000 (23:17 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 19 Jun 2019 06:17:10 +0000 (23:17 -0700)
Typo wasn't caught by the compiler (thanks!)

Signed-off-by: Keith Packard <keithp@keithp.com>
src/micropeak-v2.0/ao_pins.h

index 8b0b29718b5cce374c4b7d3f1846edfb753f83fb..21ea337c5f6dfd6837310e9e362513c818eaa196 100644 (file)
@@ -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