mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-22 15:55:48 +03:00
Remove unused MOTOR_OUTPUT flags
This commit is contained in:
parent
845b869f0c
commit
751a3307cb
1 changed files with 0 additions and 3 deletions
|
@ -115,9 +115,6 @@ typedef struct timerHardware_s {
|
|||
|
||||
typedef enum {
|
||||
TIMER_OUTPUT_NONE = 0x00,
|
||||
TIMER_INPUT_ENABLED = 0x01, /* TODO: remove this */
|
||||
TIMER_OUTPUT_ENABLED = 0x01, /* TODO: remove this */
|
||||
TIMER_OUTPUT_STANDARD = 0x01,
|
||||
TIMER_OUTPUT_INVERTED = 0x02,
|
||||
TIMER_OUTPUT_N_CHANNEL = 0x04
|
||||
} timerFlag_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue