Files
PX4-Autopilot/ROMFS/px4fmu_test/init.d/rcS
T
2013-12-20 14:25:35 +01:00

12 lines
163 B
Plaintext

#!nsh
#
# PX4FMU startup script for test hackery.
#
if sercon
then
echo "[init] USB interface connected"
# Try to get an USB console
nshterm /dev/ttyACM0 &
fi