Skip to content

Commit 8ac7260

Browse files
authored
Update mgm210_custom_board configuration (#12)
1 parent 72d9b9e commit 8ac7260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hardware/board/config/brd_mgm210_expansion/sl_iostream_usart_vcom_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
#define SL_IOSTREAM_USART_VCOM_TX_PIN 0
9393

9494
// USART0 RX on PA1
95-
#define SL_IOSTREAM_USART_VCOM_RX_PORT gpioPortA
95+
#define SL_IOSTREAM_USART_VCOM_RX_PORT gpioPortC
9696
#define SL_IOSTREAM_USART_VCOM_RX_PIN 4
9797

9898
// [USART_SL_IOSTREAM_USART_VCOM]$

hardware/board/config/brd_mgm210_expansion/sl_simple_button_btn0_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
// <gpio> SL_SIMPLE_BUTTON_BTN0
5050
// $[GPIO_SL_SIMPLE_BUTTON_BTN0]
51-
#define SL_SIMPLE_BUTTON_BTN0_PORT gpioPortC
51+
#define SL_SIMPLE_BUTTON_BTN0_PORT gpioPortA
5252
#define SL_SIMPLE_BUTTON_BTN0_PIN 4
5353

5454
// [GPIO_SL_SIMPLE_BUTTON_BTN0]$

0 commit comments

Comments
 (0)