altos/telelco-v3: Move USB pullup from PA9 to PA10
authorKeith Packard <keithp@keithp.com>
Sun, 7 Jan 2024 07:24:13 +0000 (23:24 -0800)
committerKeith Packard <keithp@keithp.com>
Thu, 1 Feb 2024 01:50:19 +0000 (17:50 -0800)
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 <keithp@keithp.com>
src/telelco-v3.0/flash-loader/ao_pins.h

index 0b97d2102b3957b69e5092dc51fdaa8370b0be6c..8516d48124cd17c1daedf1b76dbfc17bf30ea4d6 100644 (file)
@@ -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_ */