diff options
author | Bdale Garbee <bdale@gag.com> | 2014-05-06 00:38:33 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2014-05-06 00:38:33 -0600 |
commit | 607fbb01710be1cb263625337f5be3d0fb48d5e7 (patch) | |
tree | a76b2ca9856cbd3d4e844c2264aa5d1a25e9e39c /src | |
parent | a1ec335caed3bbb275b0897579911852da8d74ba (diff) |
had the sense backwards .. presence of 'attached' should put us in the loader
Diffstat (limited to 'src')
-rw-r--r-- | src/fox1ihu/flash-loader/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ */ |