mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
STM32F4: USARTS 4,5,6 added
Flag initialisation for motor_pwm_protocol Fixes for AlienFlightF4 and timers
This commit is contained in:
parent
6bf35e09ce
commit
51a99e74c6
31 changed files with 5476 additions and 57 deletions
|
@ -136,7 +136,11 @@ enum {
|
|||
PWM13,
|
||||
PWM14,
|
||||
PWM15,
|
||||
PWM16
|
||||
PWM16,
|
||||
PWM17,
|
||||
PWM18,
|
||||
PWM19,
|
||||
PWM20
|
||||
};
|
||||
|
||||
extern const uint16_t multiPPM[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue