summaryrefslogtreecommitdiff
path: root/src/telemetrum-v2.0/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-11-12 16:06:59 +0900
committerKeith Packard <keithp@keithp.com>2013-11-12 16:27:31 +0900
commit9c53ad6f8222878a26efecebd3bb1d1fe054a4b6 (patch)
tree0308a8980a3a7cdde94254b47bfa03bf5acc7a03 /src/telemetrum-v2.0/Makefile
parent83437b2fe304599e22d0a98b5410808bcb67dc97 (diff)
altos: Move TeleMetrum v2.0 to using internal eeprom for config
This leaves the whole 8MB of flash for flight storage Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemetrum-v2.0/Makefile')
-rw-r--r--src/telemetrum-v2.0/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemetrum-v2.0/Makefile b/src/telemetrum-v2.0/Makefile
index be72d493..a5370224 100644
--- a/src/telemetrum-v2.0/Makefile
+++ b/src/telemetrum-v2.0/Makefile
@@ -70,6 +70,7 @@ ALTOS_SRC = \
ao_m25.c \
ao_usb_stm.c \
ao_exti_stm.c \
+ ao_eeprom_stm.c \
ao_report.c \
ao_convert_pa.c \
ao_log.c \