diff options
author | Keith Packard <keithp@keithp.com> | 2018-05-28 14:35:18 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-05-28 14:35:18 -0700 |
commit | b1f1a4513391aa595eb64552f2aa4cfedd0cc0ff (patch) | |
tree | d705c8a820cfb30833fc775b83b5c0f75e4d3d6d /src | |
parent | 2c94ba66d5b4c99b43ab965331bf1faa270a9768 (diff) |
altos/telelco-v2.0: Mixed up the select_button pin (is E0, was set to E13)
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/telelco-v2.0/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telelco-v2.0/ao_pins.h b/src/telelco-v2.0/ao_pins.h index cdca5c10..77caf254 100644 --- a/src/telelco-v2.0/ao_pins.h +++ b/src/telelco-v2.0/ao_pins.h @@ -355,6 +355,6 @@ #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_ */ |