From: Keith Packard Date: Sun, 28 Apr 2013 07:05:39 +0000 (-0700) Subject: altos/fox: Run app when PD6 is low X-Git-Tag: 1.8.6~1^2~86 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=e79202f95f0e5b4a01da31d3742a775bea62cc92 altos/fox: Run app when PD6 is low Signed-off-by: Keith Packard --- 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_ */