mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Linux: remove std:: scope from uint16_t
This commit is contained in:
parent
9bcac597b6
commit
7aa8347374
|
@ -221,7 +221,7 @@ void CANIface::_poll(bool read, bool write)
|
|||
}
|
||||
|
||||
bool CANIface::configureFilters(const CanFilterConfig* const filter_configs,
|
||||
const std::uint16_t num_configs)
|
||||
const uint16_t num_configs)
|
||||
{
|
||||
if (filter_configs == nullptr || mode_ != FilteredMode) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue