mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +08:00
ROMFS: Do not abort system boot on sensor error
This commit is contained in:
@@ -112,4 +112,6 @@ fi
|
|||||||
|
|
||||||
# Wait 20 ms for sensors (because we need to wait for the HRT and work queue callbacks to fire)
|
# Wait 20 ms for sensors (because we need to wait for the HRT and work queue callbacks to fire)
|
||||||
usleep 20000
|
usleep 20000
|
||||||
sensors start
|
if sensors start
|
||||||
|
then
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user