aboutsummaryrefslogtreecommitdiff
path: root/ROMFS
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-01-27 17:20:24 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-27 17:20:24 +0100
commit7e855b5a23c9053dc8a59fcf33670e1cb93dd34b (patch)
treedd2db4e31944496a68026cc538eadebd6a3d45d7 /ROMFS
parent4c4cd41b72471ce28ccebc4b24b592d6159f8626 (diff)
downloadpx4-firmware-7e855b5a23c9053dc8a59fcf33670e1cb93dd34b.tar.gz
px4-firmware-7e855b5a23c9053dc8a59fcf33670e1cb93dd34b.tar.bz2
px4-firmware-7e855b5a23c9053dc8a59fcf33670e1cb93dd34b.zip
Deleted test - should not be in mainline
Diffstat (limited to 'ROMFS')
-rw-r--r--ROMFS/px4fmu_common/init.d/cmp_test9
1 files changed, 0 insertions, 9 deletions
diff --git a/ROMFS/px4fmu_common/init.d/cmp_test b/ROMFS/px4fmu_common/init.d/cmp_test
deleted file mode 100644
index f86f4f85b..000000000
--- a/ROMFS/px4fmu_common/init.d/cmp_test
+++ /dev/null
@@ -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 \ No newline at end of file