All apps compiling and linked (listed in NSH help), but not executing yet

This commit is contained in:
Lorenz Meier
2013-06-01 15:14:53 +02:00
parent 63d460160c
commit 198df9c82e
4 changed files with 8 additions and 2 deletions
+6 -1
View File
@@ -69,7 +69,12 @@ else
then
echo "[init] USB interface connected"
else
echo "[init] No USB connected"
if [ -f /dev/ttyACM0 ]
echo "[init] NSH via USB"
then
else
echo "[init] No USB connected"
fi
fi
fi