Skip to content

Commit 080c5af

Browse files
committed
remove hardcode uart pins definition for nRF52 SoCs
Each boards define its own pins.
1 parent cbfb234 commit 080c5af

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)