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