From: Keith Packard Date: Sat, 2 Jun 2012 02:35:01 +0000 (-0700) Subject: altos: megametrum has logging X-Git-Tag: 1.0.9.6~136 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=ff4f3a56e09d595abbe32293cbdf1fe368633c49 altos: megametrum has logging This makes sure the various other subsystems know about it, like the 'v' command. Signed-off-by: Keith Packard --- diff --git a/src/megametrum-v0.1/ao_pins.h b/src/megametrum-v0.1/ao_pins.h index 2ae3cea8..ff0edaa9 100644 --- a/src/megametrum-v0.1/ao_pins.h +++ b/src/megametrum-v0.1/ao_pins.h @@ -98,6 +98,7 @@ #define HAS_FLIGHT 1 #define HAS_ADC 1 #define HAS_ACCEL 1 +#define HAS_LOG 1 #define AO_DATA_RING 32 #define AO_ADC_NUM_SENSE 6