Skip to content

Commit 54b2816

Browse files
Merge pull request #4647 from nvlsianpu/bugfix/issue_4488_hardcode_uart_pins_nrf52
Remove hardcode UART pins definitions for nRF52832 SoC
2 parents a39ac60 + 080c5af commit 54b2816

File tree

1 file changed

+0
-2
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF52832/sdk_patch

1 file changed

+0
-2
lines changed

targets/TARGET_NORDIC/TARGET_NRF5/TARGET_MCU_NRF52832/sdk_patch/sdk_config.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#define UART_DEFAULT_CONFIG_BAUDRATE UART0_CONFIG_BAUDRATE
77
#define UART_DEFAULT_CONFIG_PARITY UART0_CONFIG_PARITY
88
#define UART_DEFAULT_CONFIG_HWFC UART0_CONFIG_HWFC
9-
#define CTS_PIN_NUMBER UART0_CONFIG_PSEL_CTS
10-
#define RTS_PIN_NUMBER UART0_CONFIG_PSEL_RTS
119

1210
#define SPIS_DEFAULT_ORC NRF_DRV_SPIS_DEFAULT_ORC
1311
#define SPIS_DEFAULT_CONFIG_IRQ_PRIORITY SPIS1_CONFIG_IRQ_PRIORITY;

0 commit comments

Comments
 (0)