From: Keith Packard Date: Sun, 7 Jan 2024 07:24:13 +0000 (-0800) Subject: altos/telelco-v3: Move USB pullup from PA9 to PA10 X-Git-Tag: 1.9.18~2^2~69 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=96459ad1231898c743aacf3fbc1afbf92f5579dc altos/telelco-v3: Move USB pullup from PA9 to PA10 Production boards will have the pull-up on PA10, and Bdale will hack up the protos to match so we don't have to have separate firmware. Signed-off-by: Keith Packard --- diff --git a/src/telelco-v3.0/flash-loader/ao_pins.h b/src/telelco-v3.0/flash-loader/ao_pins.h index 0b97d210..8516d481 100644 --- a/src/telelco-v3.0/flash-loader/ao_pins.h +++ b/src/telelco-v3.0/flash-loader/ao_pins.h @@ -60,6 +60,6 @@ #define HAS_USB_PULLUP 1 #define AO_USB_PULLUP_PORT (&stm_gpioa) -#define AO_USB_PULLUP_PIN 9 +#define AO_USB_PULLUP_PIN 10 #endif /* _AO_PINS_H_ */