From: Bdale Garbee Date: Tue, 6 May 2014 06:38:33 +0000 (-0600) Subject: had the sense backwards .. presence of 'attached' should put us in the loader X-Git-Tag: 1.8.6~1^2~79 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=c408c773793b5a5685d95c11ba6f710200505c25 had the sense backwards .. presence of 'attached' should put us in the loader --- diff --git a/src/fox1ihu/flash-loader/ao_pins.h b/src/fox1ihu/flash-loader/ao_pins.h index a7afaabb..31201eb0 100644 --- a/src/fox1ihu/flash-loader/ao_pins.h +++ b/src/fox1ihu/flash-loader/ao_pins.h @@ -42,7 +42,7 @@ #define AO_BOOT_PIN 1 #define AO_BOOT_APPLICATION_GPIO stm_gpiob #define AO_BOOT_APPLICATION_PIN 8 -#define AO_BOOT_APPLICATION_VALUE 1 +#define AO_BOOT_APPLICATION_VALUE 0 #define AO_BOOT_APPLICATION_MODE 0 #endif /* _AO_PINS_H_ */