AP_RangeFinder: disable logging for AP_Periph

This commit is contained in:
Andrew Tridgell 2019-10-19 15:28:27 +11:00
parent 3cd7dd9f12
commit ca1bd8be3c

View File

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