From 96459ad1231898c743aacf3fbc1afbf92f5579dc Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 6 Jan 2024 23:24:13 -0800 Subject: [PATCH] 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 --- src/telelco-v3.0/flash-loader/ao_pins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ */ -- 2.30.2