From 64a501f95f466799f728f67bf36ad3a9a939b77f Mon Sep 17 00:00:00 2001 From: Stephane D'Alu Date: Sat, 16 Apr 2016 22:04:26 +0200 Subject: define CTS/RTS for BLE400 board --- os/hal/boards/WVSHARE_BLE400/board.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'os/hal/boards') diff --git a/os/hal/boards/WVSHARE_BLE400/board.h b/os/hal/boards/WVSHARE_BLE400/board.h index 536b7f6..617a0b5 100644 --- a/os/hal/boards/WVSHARE_BLE400/board.h +++ b/os/hal/boards/WVSHARE_BLE400/board.h @@ -34,6 +34,8 @@ #define LED4 22 #define UART_TX 9 #define UART_RX 11 +#define UART_RTS 8 +#define UART_CTS 10 #define SPI_SCK 25 #define SPI_MOSI 24 #define SPI_MISO 23 -- cgit v1.2.3