mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
AP_FETtecOneWire: nuke clang warnings
This commit is contained in:
parent
4ac73e4ffd
commit
ac7ee37b20
@ -193,7 +193,6 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
uint32_t _min_fast_throttle_period_us; ///< minimum allowed fast-throttle command transmit period
|
uint32_t _min_fast_throttle_period_us; ///< minimum allowed fast-throttle command transmit period
|
||||||
uint32_t _last_not_running_warning_ms; ///< last time we warned the user their ESCs are stuffed
|
|
||||||
int32_t _motor_mask; ///< an un-mutable copy of the _motor_mask_parameter taken before _init_done goes true
|
int32_t _motor_mask; ///< an un-mutable copy of the _motor_mask_parameter taken before _init_done goes true
|
||||||
int32_t _reverse_mask; ///< a copy of the _reverse_mask_parameter taken while not armed
|
int32_t _reverse_mask; ///< a copy of the _reverse_mask_parameter taken while not armed
|
||||||
int32_t _running_mask; ///< a bitmask of the actively running ESCs
|
int32_t _running_mask; ///< a bitmask of the actively running ESCs
|
||||||
|
Loading…
Reference in New Issue
Block a user