summaryrefslogtreecommitdiff
path: root/src/telemetrum-v1.0
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-07-09 16:59:16 -0700
committerKeith Packard <keithp@keithp.com>2011-08-13 18:46:12 -0700
commit30abbdc7ffcfc809b4a3fc31486fe968161ea225 (patch)
tree5f7735943d8bc54e5f6a478e168aebc054b215d6 /src/telemetrum-v1.0
parent578c4b17b8f62f2727654ebda78ee139f9fe13fa (diff)
altos: Add SPI-based companion board support
This sends current flight state information and retrieves companion data to include in telemetry. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemetrum-v1.0')
-rw-r--r--src/telemetrum-v1.0/Makefile.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemetrum-v1.0/Makefile.defs b/src/telemetrum-v1.0/Makefile.defs
index a60a501a..5eefc392 100644
--- a/src/telemetrum-v1.0/Makefile.defs
+++ b/src/telemetrum-v1.0/Makefile.defs
@@ -5,6 +5,7 @@ SRC = \
$(SPI_DRIVER_SRC) \
$(FLASH_DRIVER_SRC) \
$(SKY_DRIVER_SRC) \
+ $(COMPANION_SRC) \
$(DBG_SRC)
PRODUCT=TeleMetrum-v1.0