mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_RangeFinder: disable logging for AP_Periph
This commit is contained in:
parent
3efd236c9b
commit
678b49883d
@ -298,8 +298,9 @@ void RangeFinder::update(void)
|
|||||||
drivers[i]->update();
|
drivers[i]->update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#ifndef HAL_BUILD_AP_PERIPH
|
||||||
Log_RFND();
|
Log_RFND();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RangeFinder::_add_backend(AP_RangeFinder_Backend *backend)
|
bool RangeFinder::_add_backend(AP_RangeFinder_Backend *backend)
|
||||||
|
Loading…
Reference in New Issue
Block a user