ROMFS: Do not abort system boot on sensor error

This commit is contained in:
Lorenz Meier 2015-10-11 15:43:17 +02:00
parent e96f4e1944
commit ad0e1fe2d7

View File

@ -112,4 +112,6 @@ fi
# Wait 20 ms for sensors (because we need to wait for the HRT and work queue callbacks to fire)
usleep 20000
sensors start
if sensors start
then
fi