1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Add escprog to other F3 / F4 targets

This commit is contained in:
borisbstyle 2016-10-24 00:03:08 +02:00
parent 2478fb84f1
commit 0c142707e8
31 changed files with 91 additions and 2 deletions

View file

@ -54,6 +54,9 @@
#define USE_UART3
#define SERIAL_PORT_COUNT 3
#define USE_ESCSERIAL
#define ESCSERIAL_TIMER_TX_HARDWARE 0 // PWM 1
#define UART1_TX_PIN PA9
#define UART1_RX_PIN PA10