diff options
| author | Keith Packard <keithp@keithp.com> | 2012-06-17 19:04:22 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-06-17 19:04:22 -0700 |
| commit | 629f43e7c7abbff33e14b168a08a4b6a9c88b937 (patch) | |
| tree | 0a0e22f2efe7568aad64b4f854baad173403c67d /src/megametrum-v0.1/ao_pins.h | |
| parent | 9b24f413da0b6d989b32e8654a91c8deee4c81dd (diff) | |
altos: Add telemetry to megametrum
Now that the radio works
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/megametrum-v0.1/ao_pins.h')
| -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 5121ad58..5c5c5972 100644 --- a/src/megametrum-v0.1/ao_pins.h +++ b/src/megametrum-v0.1/ao_pins.h @@ -66,6 +66,7 @@ #define HAS_USB 1 #define HAS_BEEP 1 #define HAS_RADIO 1 +#define HAS_TELEMETRY 1 #define HAS_SPI_1 1 #define SPI_1_PA5_PA6_PA7 1 |
