diff options
author | Keith Packard <keithp@keithp.com> | 2012-06-01 19:35:01 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-06-01 19:35:01 -0700 |
commit | ff4f3a56e09d595abbe32293cbdf1fe368633c49 (patch) | |
tree | a5b3ed918d3f2a2b052978b8e3d04cc832035c09 | |
parent | 6806103bad98385c0ec122d400f981eb81c59dd3 (diff) |
altos: megametrum has logging
This makes sure the various other subsystems know about it, like the
'v' command.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | src/megametrum-v0.1/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |