mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +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
|
@ -11,6 +11,7 @@ typedef struct {
|
|||
uint8_t channel;
|
||||
uint8_t irq;
|
||||
uint8_t outputEnable;
|
||||
GPIO_Mode gpioInputMode;
|
||||
} timerHardware_t;
|
||||
|
||||
extern const timerHardware_t timerHardware[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue