summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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_ */