Skip to content

Commit 5ae7142

Browse files
author
rogerclarkmelbourne
committed
Fixed typo / bug in USART5
1 parent 7b980c4 commit 5ae7142

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • STM32F1/variants

STM32F1/variants/generic_stm32f103rxx/board/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#define BOARD_USART4_RX_PIN PC11
6060

6161
#define BOARD_USART5_TX_PIN PC12
62-
#define BOARD_USART6_RX_PIN PD2
62+
#define BOARD_USART5_RX_PIN PD2
6363

6464
/* Note:
6565
*

STM32F1/variants/generic_stm32f103zxx/board/board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
#define BOARD_USART4_RX_PIN PC11
6060

6161
#define BOARD_USART5_TX_PIN PC12
62-
#define BOARD_USART6_RX_PIN PD2
62+
#define BOARD_USART5_RX_PIN PD2
6363

6464
/* Note:
6565
*

0 commit comments

Comments
 (0)