From: Bdale Garbee Date: Mon, 5 May 2014 23:32:22 +0000 (-0600) Subject: move signal that forces flash-loader on to PB8, active high X-Git-Tag: 1.8.6~1^2~80 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=9003147a89074f8d991d1707f307fd4e41435aa3;hp=ddf70e806f894707613830fd64e21b5bb8f19972 move signal that forces flash-loader on to PB8, active high --- 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 -/* 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_ */