summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-05-19 21:30:29 -0700
committerKeith Packard <keithp@keithp.com>2017-05-19 21:30:29 -0700
commit2cf4d76745713051c6ee9cf8d4b386c25f822433 (patch)
treed70d5f56760122f96c0cb04f4f918722b42d83da
parent65fd7b23b1a8861afd74e4e42ce1918c059fbff1 (diff)
altos/telefireone-v1.0: Fix confusing defines about config storage
USE_INTERNAL_FLASH is about storing config data in internal flash, and should be on for telefireone. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/telefireone-v1.0/ao_pins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telefireone-v1.0/ao_pins.h b/src/telefireone-v1.0/ao_pins.h
index b2f5a5ab..d36d9d82 100644
--- a/src/telefireone-v1.0/ao_pins.h
+++ b/src/telefireone-v1.0/ao_pins.h
@@ -34,7 +34,7 @@
#define HAS_EEPROM 1
#define HAS_LOG 1
#define HAS_PAD 1
-#define USE_INTERNAL_FLASH 0
+#define USE_INTERNAL_FLASH 1
#define IGNITE_ON_P0 0
#define PACKET_HAS_MASTER 0
#define PACKET_HAS_SLAVE 0