arch/arm/stm32f3/stm32f33xxx_pinmap.h: fix compilation

fix compilation error

Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
raiden00pl 2026-05-31 10:49:16 +02:00 committed by Alan C. Assis
parent 2c606a7b41
commit 165e7cb1ab

View file

@ -150,7 +150,7 @@
/* JTAG/SWD */
#define GPIO_JTDI_0 (GPIO_ALT|GPIO_AF0|GPIO_PORTA|GPIO_PIN15)
#define GPIO_JTDO_TRACES_WO_0GPIO_ALT|GPIO_AF0|GPIO_PORTB|GPIO_PIN3)
#define GPIO_JTDO_TRACES_WO_0 (GPIO_ALT|GPIO_AF0|GPIO_PORTB|GPIO_PIN3)
#define GPIO_NJTRST_0 (GPIO_ALT|GPIO_AF0|GPIO_PORTB|GPIO_PIN4)
#define GPIO_SWCLK_JTCK_0 (GPIO_ALT|GPIO_AF0|GPIO_PORTA|GPIO_PIN14)
#define GPIO_SWDIO_JTMS_0 (GPIO_ALT|GPIO_AF0|GPIO_PORTA|GPIO_PIN13)