X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fdeluge%2FBlink%2Fburn;h=df748c386346b9012ed7c98099e6be0750a6b318;hb=db13b62871b68db5362208d4e06cc6d44e9502a0;hp=69b561080e666be344ec3dd5d5dc44b08c4e0da4;hpb=cbd201afa776ae72d677cdefe1158815efbb2e1a;p=tinyos-2.x.git diff --git a/apps/tests/deluge/Blink/burn b/apps/tests/deluge/Blink/burn index 69b56108..df748c38 100755 --- a/apps/tests/deluge/Blink/burn +++ b/apps/tests/deluge/Blink/burn @@ -17,7 +17,7 @@ if [[ $# -ne 3 ]]; then echo "Usage: $0 " echo " bsl,PORT | mib510,PORT | eprb,HOST" echo " serial@PORT:SPEED | network@HOST:PORT" - echo " micaz | telosb | iris | epic" + echo " micaz | telosb | iris | epic | mulle" exit 2 fi @@ -28,6 +28,7 @@ PLATFORM=$3 if [ ${PLATFORM} != 'micaz' -a \ ${PLATFORM} != 'telosb' -a \ ${PLATFORM} != 'iris' -a \ + ${PLATFORM} != 'mulle' -a \ ${PLATFORM} != 'epic' ] then echo "\"${PLATFORM}\" is not a supported platform"