mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 12:58:29 +08:00
arch/arm/stm32f3/stm32f33xxx_pinmap.h: fix compilation
fix compilation error Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user