1
0
Fork 0
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:
nathan 2016-07-23 00:23:15 -07:00
parent aebd72a924
commit 1b3ae14b8d
2 changed files with 13 additions and 6 deletions

View file

@ -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