Merge pull request #4241 from Faduf/master

Add UART1 inverter to YupiF4 target
This commit is contained in:
Michael Keller 2017-09-27 09:31:54 +13:00 committed by GitHub
commit 9664ba13ff
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,6 @@
#define BEEPER_OPT PB14
#define BEEPER_PWM_HZ 3150 // Beeper PWM frequency in Hz
#define INVERTER_PIN_UART6 PB15
// Gyro interrupt
#define USE_EXTI
#define USE_MPU_DATA_READY_SIGNAL
@ -72,6 +70,7 @@
// UART Ports
#define USE_UART1
#define INVERTER_PIN_UART1 PB12
#define UART1_RX_PIN PA10
#define UART1_TX_PIN PA9
@ -80,6 +79,7 @@
#define UART3_TX_PIN PB10
#define USE_UART6
#define INVERTER_PIN_UART6 PB15
#define UART6_RX_PIN PC7
#define UART6_TX_PIN PC6