Skip to content

Commit ff518e7

Browse files
committed
Make it harder to run into a non-existent uORB error
1 parent f8c1990 commit ff518e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ROMFS/px4fmu_common/init.d/rc.sensors

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
# Start sensor drivers here.
88
#
99

10+
#
11+
# Check for UORB
12+
#
13+
if uorb start
14+
then
15+
echo "uORB started"
16+
fi
17+
1018
ms5611 start
1119
adc start
1220

0 commit comments

Comments
 (0)