summaryrefslogtreecommitdiff
path: root/src/fox1ihu
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-28 00:05:39 -0700
committerKeith Packard <keithp@keithp.com>2018-04-26 19:33:48 -0700
commite79202f95f0e5b4a01da31d3742a775bea62cc92 (patch)
treeddad2a8dfab5a91775b94d1a5910b603f4d618f5 /src/fox1ihu
parent36cf713ead58a52539c87de764b022ba0dcde27d (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.h2
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_ */