summaryrefslogtreecommitdiff
path: root/src/telemega-v0.3/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-11-12 16:08:50 +0900
committerKeith Packard <keithp@keithp.com>2013-11-12 16:27:31 +0900
commit92eafd01f2809f39c5bc4058977c790d94a99df1 (patch)
treeb4bb00adc3c93bd029bc935951e82e2f7fac00fa /src/telemega-v0.3/Makefile
parent9c53ad6f8222878a26efecebd3bb1d1fe054a4b6 (diff)
altos: Move telemega to using internal eeprom for config
And crank up the default per-flight storage to 1MB Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemega-v0.3/Makefile')
-rw-r--r--src/telemega-v0.3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telemega-v0.3/Makefile b/src/telemega-v0.3/Makefile
index 01209f7d..a25b8b68 100644
--- a/src/telemega-v0.3/Makefile
+++ b/src/telemega-v0.3/Makefile
@@ -91,6 +91,7 @@ ALTOS_SRC = \
ao_hmc5883.c \
ao_adc_stm.c \
ao_beep_stm.c \
+ ao_eeprom_stm.c \
ao_storage.c \
ao_m25.c \
ao_usb_stm.c \