mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Hotfix: Added missing drivers to USB startup
This commit is contained in:
@@ -26,6 +26,11 @@ fi
|
|||||||
if px4io start
|
if px4io start
|
||||||
then
|
then
|
||||||
echo "PX4IO driver started"
|
echo "PX4IO driver started"
|
||||||
|
else
|
||||||
|
if fmu mode_serial
|
||||||
|
then
|
||||||
|
echo "FMU driver started"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Start sensors
|
# Start sensors
|
||||||
|
|||||||
Reference in New Issue
Block a user