AP_HAL_Linux: remove std:: scope from uint16_t

This commit is contained in:
acxz 2023-05-15 20:17:49 -05:00 committed by Peter Barker
parent 9bcac597b6
commit 7aa8347374
1 changed files with 1 additions and 1 deletions

View File

@ -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;