mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
arch/arm/stm32f3/stm32f33xxx_pinmap.h: fix compilation
fix compilation error Signed-off-by: raiden00pl <raiden00@railab.me>
This commit is contained in:
parent
2c606a7b41
commit
165e7cb1ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue