1
0
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:
Alexandre Abadie 2020-03-23 10:13:17 +01:00
parent ce5149d84f
commit a4a316ec4e
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
3 changed files with 0 additions and 3 deletions

View File

@ -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
/** @} */

View File

@ -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
/** @} */

View File

@ -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
/** @} */