1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-24 16:55:29 +03:00

Merge pull request #4699 from iNavFlight/small_baro_task_cleanup_giacomo892

cleanup baro task in fc_tasks
This commit is contained in:
giacomo892 2019-05-10 22:35:59 +02:00 committed by GitHub
commit 01d26a6942
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,8 +153,6 @@ void taskUpdateCompass(timeUs_t currentTimeUs)
#ifdef USE_BARO
void taskUpdateBaro(timeUs_t currentTimeUs)
{
UNUSED(currentTimeUs);
if (!sensors(SENSOR_BARO)) {
return;
}