Update soft serial 1 timer hardware indices

This commit is contained in:
Mitch Miers 2016-10-02 23:51:16 -04:00
parent 1996f16fca
commit 123771c710
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@
#define UART3_RX_PIN PB11 // PB11 (AF7)
#define SOFTSERIAL_1_TIMER TIM3
#define SOFTSERIAL_1_TIMER_RX_HARDWARE 6 // PWM 5
#define SOFTSERIAL_1_TIMER_TX_HARDWARE 7 // PWM 6
#define SOFTSERIAL_1_TIMER_RX_HARDWARE 4 // PWM 5
#define SOFTSERIAL_1_TIMER_TX_HARDWARE 5 // PWM 6
#define USE_I2C