summaryrefslogtreecommitdiff
path: root/src/telemetrum-v1.1
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-01-06 22:37:38 -0800
committerKeith Packard <keithp@keithp.com>2011-01-06 22:37:38 -0800
commit569a1dac55b70c30f01afa7bcb74442ecdd85d85 (patch)
tree197d6048f3b6694aeaf1f23f4605d494757902f5 /src/telemetrum-v1.1
parente4ba9bf4291bf17c777c8c3ef7c71e4a30b9947a (diff)
altos: Move common storage code to ao_storage.c. Add M25P80 driver
This reworks the storage API so that you erase blocks and then store data to them so that the M25P80 driver will work. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telemetrum-v1.1')
-rw-r--r--src/telemetrum-v1.1/Makefile.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telemetrum-v1.1/Makefile.defs b/src/telemetrum-v1.1/Makefile.defs
index a230203a..f38226c6 100644
--- a/src/telemetrum-v1.1/Makefile.defs
+++ b/src/telemetrum-v1.1/Makefile.defs
@@ -3,7 +3,7 @@ PROG = telemetrum-v1.1-$(VERSION).ihx
SRC = \
$(TM_BASE_SRC) \
$(SPI_DRIVER_SRC) \
- $(FLASH_DRIVER_SRC) \
+ $(M25_DRIVER_SRC) \
$(SKY_DRIVER_SRC) \
$(DBG_SRC)