From e79202f95f0e5b4a01da31d3742a775bea62cc92 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 28 Apr 2013 00:05:39 -0700 Subject: [PATCH] altos/fox: Run app when PD6 is low Signed-off-by: Keith Packard --- src/fox1ihu/flash-loader/ao_pins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ */ -- 2.30.2