mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Simplified target timer definitions
This commit is contained in:
parent
657eee6617
commit
1dbd7ee732
3 changed files with 372 additions and 0 deletions
|
@ -105,6 +105,7 @@ typedef struct timerHardware_s {
|
|||
} timerHardware_t;
|
||||
|
||||
typedef enum {
|
||||
TIMER_OUTPUT_NONE = 0x00,
|
||||
TIMER_INPUT_ENABLED = 0x00,
|
||||
TIMER_OUTPUT_ENABLED = 0x01,
|
||||
TIMER_OUTPUT_INVERTED = 0x02,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue