AP_FETtecOneWire: nuke clang warnings

This commit is contained in:
Andy Piper 2022-02-26 13:52:22 +00:00 committed by Peter Barker
parent 4ac73e4ffd
commit ac7ee37b20

View File

@ -193,7 +193,6 @@ private:
};
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 _reverse_mask; ///< a copy of the _reverse_mask_parameter taken while not armed
int32_t _running_mask; ///< a bitmask of the actively running ESCs