summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-28 00:05:39 -0700
committerKeith Packard <keithp@keithp.com>2014-02-08 22:03:18 -0800
commitde537ffd094f39cf5dbf233fd087533466bcb0d3 (patch)
treeefec4d8d37ab0a6917faa3a7728b064a7ca4f2aa
parent5a6ec0b36914fff93b0dc882cd0f1d5074aba3c6 (diff)
altos/fox: Run app when PD6 is low
Signed-off-by: Keith Packard <keithp@keithp.com>
-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_ */