mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/nrf51: remove unused UART_HWFLOWCTRL macro
This commit is contained in:
parent
ce5149d84f
commit
a4a316ec4e
@ -35,7 +35,6 @@ extern "C" {
|
||||
*/
|
||||
#define UART_NUMOF (1U)
|
||||
/* UART pin configuration */
|
||||
#define UART_HWFLOWCTRL 0
|
||||
#define UART_PIN_RX 25
|
||||
#define UART_PIN_TX 24
|
||||
/** @} */
|
||||
|
@ -34,7 +34,6 @@ extern "C" {
|
||||
*/
|
||||
#define UART_NUMOF (1U)
|
||||
/* UART pin configuration */
|
||||
#define UART_HWFLOWCTRL 0
|
||||
#define UART_PIN_RX 25
|
||||
#define UART_PIN_TX 24
|
||||
/** @} */
|
||||
|
@ -42,7 +42,6 @@ extern "C" {
|
||||
/* UART pin configuration */
|
||||
#define UART_PIN_RX 16
|
||||
#define UART_PIN_TX 17
|
||||
#define UART_HWFLOWCTRL 0
|
||||
#define UART_PIN_RTS 19
|
||||
#define UART_PIN_CTS 18
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user