From: Keith Packard Date: Tue, 19 Feb 2019 00:24:21 +0000 (-0800) Subject: altos/telefireone-v1.0: Turn off USE_INTERNAL_FLASH X-Git-Tag: 1.9.1~1^2~123 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=58f77ec66f5e40095917905578e36566b7e3401e altos/telefireone-v1.0: Turn off USE_INTERNAL_FLASH This is for TeleMini v1.0 which stored log data to the program flash. Signed-off-by: Keith Packard --- diff --git a/src/telefireone-v1.0/ao_pins.h b/src/telefireone-v1.0/ao_pins.h index a77c7e12..f53e4668 100644 --- a/src/telefireone-v1.0/ao_pins.h +++ b/src/telefireone-v1.0/ao_pins.h @@ -35,7 +35,7 @@ #define HAS_EEPROM 1 #define HAS_LOG 1 #define HAS_PAD 1 -#define USE_INTERNAL_FLASH 1 +#define USE_INTERNAL_FLASH 0 #define IGNITE_ON_P0 0 #define PACKET_HAS_MASTER 0 #define PACKET_HAS_SLAVE 0