summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2017-04-22 23:01:26 -0600
committerBdale Garbee <bdale@gag.com>2017-04-22 23:01:26 -0600
commite5e0ce18b2ae684896a6d7d0a4c10269199d95b5 (patch)
tree8e3d343ad381f21079abab6a7e7f2c6046094003 /src
parente05b281e6d1a7a4fa92d52f2491f27266045df96 (diff)
enable logging support in telefiretwo
Diffstat (limited to 'src')
-rw-r--r--src/telefiretwo-v1.0/ao_pins.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/telefiretwo-v1.0/ao_pins.h b/src/telefiretwo-v1.0/ao_pins.h
index 95189cdc..b2f5a5ab 100644
--- a/src/telefiretwo-v1.0/ao_pins.h
+++ b/src/telefiretwo-v1.0/ao_pins.h
@@ -32,9 +32,9 @@
#define HAS_ADC 1
#define HAS_DBG 0
#define HAS_EEPROM 1
-#define HAS_LOG 0
+#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
@@ -69,7 +69,6 @@
#define AO_RCC_CFGR_PPRE2_DIV STM_RCC_CFGR_PPRE2_DIV_2
#define HAS_EEPROM 1
-#define USE_INTERNAL_FLASH 1
#define USE_EEPROM_CONFIG 1
#define USE_STORAGE_CONFIG 0
#define HAS_USB 1