mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-24 00:35:34 +03:00
Remove compatibility define, since all targets have been updated
This commit is contained in:
parent
39e8e7c4bb
commit
c4c4821250
1 changed files with 0 additions and 7 deletions
|
@ -119,13 +119,6 @@ typedef enum {
|
|||
TIM_USE_BEEPER = (1 << 25),
|
||||
} timerUsageFlag_e;
|
||||
|
||||
|
||||
// Compability
|
||||
#define TIM_USE_MC_MOTOR TIM_USE_MOTOR
|
||||
#define TIM_USE_MC_SERVO TIM_USE_SERVO
|
||||
#define TIM_USE_FW_MOTOR TIM_USE_MOTOR
|
||||
#define TIM_USE_FW_SERVO TIM_USE_SERVO
|
||||
|
||||
#define TIM_USE_OUTPUT_AUTO (TIM_USE_MOTOR | TIM_USE_SERVO)
|
||||
|
||||
#define TIM_IS_MOTOR(flags) ((flags) & TIM_USE_MOTOR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue