diff options
author | Keith Packard <keithp@keithp.com> | 2015-08-20 23:02:04 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-08-20 23:08:17 -0700 |
commit | f491eec1b950e4ad35a535db254a27a3dd2ad430 (patch) | |
tree | 1e966cada6fc1a1b7c5578d225da4c22acf8f22a /src/telemetrum-v2.0 | |
parent | b4064bf63bb95c58d74869f4ff3e440370d64692 (diff) |
altos: Add HAS_COMPANION to new boards with companion connectors
Thanks much to Rob Derstadt for discovering this bug!
TeleMetrum v2.0, TeleMega, EasyMega, TeleBalloon v2.0 all have
companion connectors and yet HAS_COMPANION was not defined. This
disabled companion telemetry packets on these products, but otherwise
didn't have any effect.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemetrum-v2.0')
-rw-r--r-- | src/telemetrum-v2.0/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemetrum-v2.0/ao_pins.h b/src/telemetrum-v2.0/ao_pins.h index a9a4b243..fbb38df2 100644 --- a/src/telemetrum-v2.0/ao_pins.h +++ b/src/telemetrum-v2.0/ao_pins.h @@ -75,6 +75,7 @@ #define HAS_RADIO 1 #define HAS_TELEMETRY 1 #define HAS_APRS 1 +#define HAS_COMPANION 1 #define HAS_SPI_1 1 #define SPI_1_PA5_PA6_PA7 1 /* Barometer */ |