diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-28 00:05:39 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-04-26 19:33:48 -0700 |
commit | e79202f95f0e5b4a01da31d3742a775bea62cc92 (patch) | |
tree | ddad2a8dfab5a91775b94d1a5910b603f4d618f5 /src/fox1ihu | |
parent | 36cf713ead58a52539c87de764b022ba0dcde27d (diff) |
altos/fox: Run app when PD6 is low
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/fox1ihu')
-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 bcc3cc9c..3a942c9c 100644 --- a/src/fox1ihu/flash-loader/ao_pins.h +++ b/src/fox1ihu/flash-loader/ao_pins.h @@ -28,7 +28,7 @@ #define AO_BOOT_PIN 1 #define AO_BOOT_APPLICATION_GPIO stm_gpiod #define AO_BOOT_APPLICATION_PIN 6 -#define AO_BOOT_APPLICATION_VALUE 1 +#define AO_BOOT_APPLICATION_VALUE 0 #define AO_BOOT_APPLICATION_MODE 0 #endif /* _AO_PINS_H_ */ |