summaryrefslogtreecommitdiff
path: root/src/telemega-v0.1
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-08-20 23:02:04 -0700
committerKeith Packard <keithp@keithp.com>2015-08-20 23:08:17 -0700
commitf491eec1b950e4ad35a535db254a27a3dd2ad430 (patch)
tree1e966cada6fc1a1b7c5578d225da4c22acf8f22a /src/telemega-v0.1
parentb4064bf63bb95c58d74869f4ff3e440370d64692 (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/telemega-v0.1')
-rw-r--r--src/telemega-v0.1/ao_pins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemega-v0.1/ao_pins.h b/src/telemega-v0.1/ao_pins.h
index 2616e906..7ccc6085 100644
--- a/src/telemega-v0.1/ao_pins.h
+++ b/src/telemega-v0.1/ao_pins.h
@@ -79,6 +79,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 */