From: Keith Packard Date: Sat, 20 May 2017 04:30:29 +0000 (-0700) Subject: altos/telefireone-v1.0: Fix confusing defines about config storage X-Git-Tag: 1.8~109 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=2cf4d76745713051c6ee9cf8d4b386c25f822433;p=fw%2Faltos 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 --- 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