mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Merge pull request #4699 from iNavFlight/small_baro_task_cleanup_giacomo892
cleanup baro task in fc_tasks
This commit is contained in:
commit
01d26a6942
1 changed files with 0 additions and 2 deletions
|
@ -153,8 +153,6 @@ void taskUpdateCompass(timeUs_t currentTimeUs)
|
||||||
#ifdef USE_BARO
|
#ifdef USE_BARO
|
||||||
void taskUpdateBaro(timeUs_t currentTimeUs)
|
void taskUpdateBaro(timeUs_t currentTimeUs)
|
||||||
{
|
{
|
||||||
UNUSED(currentTimeUs);
|
|
||||||
|
|
||||||
if (!sensors(SENSOR_BARO)) {
|
if (!sensors(SENSOR_BARO)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue