diff options
author | Stephane D'Alu <sdalu@sdalu.com> | 2016-04-16 22:04:26 +0200 |
---|---|---|
committer | Stephane D'Alu <sdalu@sdalu.com> | 2016-04-16 22:04:26 +0200 |
commit | 64a501f95f466799f728f67bf36ad3a9a939b77f (patch) | |
tree | 7bc708e8cde6c3653025d792e94f5ed256ebb2d9 /os/hal/boards | |
parent | 8edccaaa967c34c0a0d5e8d36e461ba5cff19d88 (diff) | |
download | ChibiOS-Contrib-64a501f95f466799f728f67bf36ad3a9a939b77f.tar.gz ChibiOS-Contrib-64a501f95f466799f728f67bf36ad3a9a939b77f.tar.bz2 ChibiOS-Contrib-64a501f95f466799f728f67bf36ad3a9a939b77f.zip |
define CTS/RTS for BLE400 board
Diffstat (limited to 'os/hal/boards')
-rw-r--r-- | os/hal/boards/WVSHARE_BLE400/board.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |