summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2014-05-05 17:32:22 -0600
committerKeith Packard <keithp@keithp.com>2018-04-26 19:33:48 -0700
commit9003147a89074f8d991d1707f307fd4e41435aa3 (patch)
tree57b75db2a0bef7067f54f8a82f33da71f8a112c9 /src
parentddf70e806f894707613830fd64e21b5bb8f19972 (diff)
move signal that forces flash-loader on to PB8, active high
Diffstat (limited to 'src')
-rw-r--r--src/fox1ihu/flash-loader/ao_pins.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fox1ihu/flash-loader/ao_pins.h b/src/fox1ihu/flash-loader/ao_pins.h
index 90917a38..a7afaabb 100644
--- a/src/fox1ihu/flash-loader/ao_pins.h
+++ b/src/fox1ihu/flash-loader/ao_pins.h
@@ -37,12 +37,12 @@
#define HAS_TICK 1
#include <ao_flash_stm_pins.h>
-/* Detatched signal, PD6 */
+/* Attached signal, PB8 */
#define AO_BOOT_PIN 1
-#define AO_BOOT_APPLICATION_GPIO stm_gpiod
-#define AO_BOOT_APPLICATION_PIN 6
-#define AO_BOOT_APPLICATION_VALUE 0
+#define AO_BOOT_APPLICATION_GPIO stm_gpiob
+#define AO_BOOT_APPLICATION_PIN 8
+#define AO_BOOT_APPLICATION_VALUE 1
#define AO_BOOT_APPLICATION_MODE 0
#endif /* _AO_PINS_H_ */