mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
allow pwm mapping to xN (complementary) channels
This commit is contained in:
parent
aebd72a924
commit
1b3ae14b8d
2 changed files with 13 additions and 6 deletions
|
@ -88,7 +88,8 @@ typedef struct timerHardware_s {
|
|||
|
||||
enum {
|
||||
TIMER_OUTPUT_ENABLED = 0x01,
|
||||
TIMER_OUTPUT_INVERTED = 0x02
|
||||
TIMER_OUTPUT_INVERTED = 0x02,
|
||||
TIMER_OUTPUT_N_CHANNEL= 0x04
|
||||
};
|
||||
|
||||
#ifdef STM32F1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue