diff options
author | Fabio Utzig <utzig@utzig.org> | 2016-04-17 08:59:50 -0300 |
---|---|---|
committer | Fabio Utzig <utzig@utzig.org> | 2016-04-17 08:59:50 -0300 |
commit | e128f885889123f3884c2d2c6048ea596ea45dec (patch) | |
tree | 7bc708e8cde6c3653025d792e94f5ed256ebb2d9 /os/hal/boards | |
parent | 8edccaaa967c34c0a0d5e8d36e461ba5cff19d88 (diff) | |
parent | 64a501f95f466799f728f67bf36ad3a9a939b77f (diff) | |
download | ChibiOS-Contrib-e128f885889123f3884c2d2c6048ea596ea45dec.tar.gz ChibiOS-Contrib-e128f885889123f3884c2d2c6048ea596ea45dec.tar.bz2 ChibiOS-Contrib-e128f885889123f3884c2d2c6048ea596ea45dec.zip |
Merge pull request #57 from sdalu/ble400
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 |