summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2019-02-18 16:24:21 -0800
committerKeith Packard <keithp@keithp.com>2019-02-18 16:24:21 -0800
commit58f77ec66f5e40095917905578e36566b7e3401e (patch)
tree41d4fc5ec9a194bf1a4722bf85244319001d9643 /src
parent9ea50f00039c812ea6a4a4235d78c140a0252662 (diff)
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 <keithp@keithp.com>
Diffstat (limited to 'src')
-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 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