AP_HAL_SITL: remove std:: scope from uint16_t

This commit is contained in:
acxz 2023-05-15 20:17:49 -05:00 committed by Willian Galvani
parent e38ea237a6
commit 00f2bee8d5
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,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;