aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_test/init.d/rcS
blob: 6aa1d3d46b2fa8bbde9e1e4968def64a2293a2db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!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