]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/deluge/Blink/burn-net
added mulle support
[tinyos-2.x.git] / apps / tests / deluge / Blink / burn-net
index 152e01fb6fed045b852681a392f59c36a598a1f9..544c06ab544be7e8d196f9a4ed21b5fc59e2e73c 100755 (executable)
@@ -15,7 +15,7 @@ fi
 
 if [ $# -ne 2 ]; then
   echo "Usage: $0 <platform> <number of motes>"
-  echo "  <platform>         micaz, telosb or iris"
+  echo "  <platform>         micaz, telosb or iris or mulle"
   echo "  <number of motes>  how many motes will be used in the test"
   exit 2
 fi
@@ -26,6 +26,8 @@ NO_MOTES=$2
 if [ ${PLATFORM} != 'micaz' -a \
      ${PLATFORM} != 'telosb' -a \
      ${PLATFORM} != 'iris' \
+     ${PLATFORM} != 'iris' -a \
+     ${PLATFORM} != 'mulle' -a \
      ${PLATFORM} != 'epic' ]
 then
   echo "\"${PLAFTORM}\" is not a supported platform"