summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2014-05-05 17:32:22 -0600
committerBdale Garbee <bdale@gag.com>2014-05-05 17:32:22 -0600
commita1ec335caed3bbb275b0897579911852da8d74ba (patch)
tree8cbff1c6591cd220665e1ced325bd31c90b6a95e
parent8f827f39116ebddd300497d4e6be3b8d981d11b8 (diff)
move signal that forces flash-loader on to PB8, active high
-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_ */