altos/telefireone-v1.0: Fix confusing defines about config storage
authorKeith Packard <keithp@keithp.com>
Sat, 20 May 2017 04:30:29 +0000 (21:30 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 20 May 2017 04:30:29 +0000 (21:30 -0700)
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>
src/telefireone-v1.0/ao_pins.h

index b2f5a5ab827920451f30ea960150c13cd5941829..d36d9d824d3c54589bc9eff801be7a9c237c04fd 100644 (file)
@@ -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