altos/telelco-v2.0: Mixed up the select_button pin (is E0, was set to E13)
authorKeith Packard <keithp@keithp.com>
Mon, 28 May 2018 21:35:18 +0000 (14:35 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 28 May 2018 21:35:18 +0000 (14:35 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
src/telelco-v2.0/ao_pins.h

index cdca5c10d130e94d184221b2c0a3474deabe3f77..77caf254182937e0241a52fa9e4a4d59bc6900d2 100644 (file)
 
 #define AO_BUTTON_SELECT       8
 #define AO_BUTTON_8_PORT       &stm_gpioe
-#define AO_BUTTON_8            13
+#define AO_BUTTON_8            0
 
 #endif /* _AO_PINS_H_ */