mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 05:05:19 +08:00
Hotfix: Removed spurious break
This commit is contained in:
@@ -1064,7 +1064,6 @@ Sensors::adc_poll(struct sensor_combined_s &raw)
|
|||||||
}
|
}
|
||||||
|
|
||||||
_last_adc = hrt_absolute_time();
|
_last_adc = hrt_absolute_time();
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user