Add USART5 to FortiniF4

This commit is contained in:
MJ666 2018-01-26 07:37:49 +01:00
parent 7b8485debd
commit 5f042ec26b
1 changed files with 5 additions and 2 deletions

View File

@ -112,12 +112,15 @@
#define UART4_TX_PIN PA0
#define UART4_RX_PIN PA1
#define USE_UART5
#define UART5_RX_PIN PD2
#define UART5_TX_PIN NONE
#define USE_UART6
#define UART6_RX_PIN PC7
#define UART6_TX_PIN PC6
#define SERIAL_PORT_COUNT 5
//SPECKTRUM BIND
#define SERIAL_PORT_COUNT 6
/*---------------------------------*/
/*-------------SPIs----------------*/