Merge pull request #3066 from kmitchel/revolt_uart4

Add uart4 support to REVOLT target.
This commit is contained in:
Michael Keller 2017-05-11 15:06:21 +12:00 committed by GitHub
commit 681b5e79b6
1 changed files with 6 additions and 0 deletions

View File

@ -192,6 +192,12 @@
#define UART3_RX_PIN PB11
#define UART3_TX_PIN PB10
#if defined(REVOLT)
#define USE_UART4
#define UART4_RX_PIN PA1
#define UART4_TX_PIN PA0
#endif // REVOLT
#define USE_UART6
#define UART6_RX_PIN PC7
#define UART6_TX_PIN PC6