mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
STM32F30x - Enable serial PWM (PPM) input on PWM1.
This might also fix parallel PWM input too, but untested.
This commit is contained in:
parent
133f75a17b
commit
fbe2f82c05
6 changed files with 84 additions and 40 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include "platform.h"
|
||||
|
||||
#include "drivers/gpio_common.h"
|
||||
#include "drivers/timer_common.h"
|
||||
#include "drivers/serial_common.h"
|
||||
#include "drivers/serial_softserial.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue