summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2017-04-25 22:26:12 -0600
committerBdale Garbee <bdale@gag.com>2017-04-25 22:26:12 -0600
commit16f171350619b9d3da614625e27c092b144c3097 (patch)
tree9eb0e933f95349dd7b9f16dba5049efcde2fa4e5 /src
parent514c05c287f0be390cfdf3491169c830cad8bfe7 (diff)
telebt-v4.0: turn off pin remapping in the flash loader, too
Diffstat (limited to 'src')
-rw-r--r--src/telebt-v4.0/flash-loader/ao_pins.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telebt-v4.0/flash-loader/ao_pins.h b/src/telebt-v4.0/flash-loader/ao_pins.h
index 4374b188..8f4d6f81 100644
--- a/src/telebt-v4.0/flash-loader/ao_pins.h
+++ b/src/telebt-v4.0/flash-loader/ao_pins.h
@@ -32,6 +32,6 @@
/* USB */
#define HAS_USB 1
#define AO_USB_DIRECTIO 0
-#define AO_PA11_PA12_RMP 1
+#define AO_PA11_PA12_RMP 0
#endif /* _AO_PINS_H_ */