nrf5/boards: Updating pca10028 board config to not define RTS/CTS pins when HWFC is set to 0.

This commit is contained in:
Glenn Ruben Bakke 2017-01-03 16:57:05 +01:00
parent 994b1689e3
commit 4b6a12a251

View File

@ -60,8 +60,6 @@
// UART config
#define MICROPY_HW_UART1_RX (11)
#define MICROPY_HW_UART1_TX (9)
#define MICROPY_HW_UART1_CTS (10)
#define MICROPY_HW_UART1_RTS (8)
#define MICROPY_HW_UART1_HWFC (0)
// SPI0 config