px4-firmware/ROMFS/px4fmu_test/init.d/rcS

12 lines
163 B
Plaintext
Raw Normal View History

#!nsh
#
# PX4FMU startup script for test hackery.
#
2013-12-20 09:25:35 -04:00
if sercon
then
echo "[init] USB interface connected"
# Try to get an USB console
nshterm /dev/ttyACM0 &
fi