We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77bd43e commit 1171509Copy full SHA for 1171509
ROMFS/px4fmu_common/init.d/rc.sensors
@@ -213,5 +213,3 @@ fi
213
###############################################################################
214
# End Optional drivers #
215
216
-
217
-sensors start
ROMFS/px4fmu_common/init.d/rcS
@@ -332,6 +332,8 @@ else
332
#
333
# board sensors: rc.sensors
334
335
+ . ${R}etc/init.d/rc.sensors
336
+
337
set BOARD_RC_SENSORS ${R}etc/init.d/rc.board_sensors
338
if [ -f $BOARD_RC_SENSORS ]
339
then
@@ -340,7 +342,7 @@ else
340
342
fi
341
343
unset BOARD_RC_SENSORS
344
- . ${R}etc/init.d/rc.sensors
345
+ sensors start
346
347
if param compare -s BAT1_SOURCE 2
348
0 commit comments