diff options
author | Keith Packard <keithp@keithp.com> | 2019-06-18 23:17:10 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2019-06-18 23:17:10 -0700 |
commit | 06be34ea0750743b85823b873041188dac7b06d9 (patch) | |
tree | daddde8e12df0dfcb13c317fe7a7e61943a0c5ed | |
parent | c4b8aff07d5366cef2c7209729f6cd22fa67de0c (diff) |
altos/micropeak-v2: Correct AO_LOG_ID value
Typo wasn't caught by the compiler (thanks!)
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/micropeak-v2.0/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |