forked from Archive/PX4-Autopilot
Deleted test - should not be in mainline
This commit is contained in:
parent
4c4cd41b72
commit
7e855b5a23
|
@ -1,9 +0,0 @@
|
|||
#!nsh
|
||||
|
||||
cp /etc/extras/px4io-v2_default.bin /fs/microsd/px4io.loaded
|
||||
if cmp /etc/extras/px4io-v2_default.bin /fs/microsd/px4io.loaded
|
||||
then
|
||||
echo "CMP returned true"
|
||||
else
|
||||
echo "CMP returned false"
|
||||
fi
|
Loading…
Reference in New Issue