diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-06-10 15:21:47 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-06-10 15:21:47 -0400 |
commit | 8745f7c29470ec2267eb5b90e4644499200bafd3 (patch) | |
tree | b8bca4b739b79d8838c4b7518e2019323abc0ed2 /board.h | |
parent | e941048b066dc167ee870545d99532a8d1815e89 (diff) |
move io config to board.c
Diffstat (limited to 'board.h')
-rw-r--r-- | board.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ #define LINE_I2S_WS PAL_LINE(GPIOA, 4U) #define LINE_I2S_CK PAL_LINE(GPIOA, 5U) -#define LINE_USART2_TX PAL_LINE(GPIOA, 14U) +#define LINE_TP1 PAL_LINE(GPIOA, 12U) #define LINE_LED0 PAL_LINE(GPIOB, 7U) #define LINE_LED1 PAL_LINE(GPIOC, 14U) |