From: razvanm Date: Thu, 24 Jan 2008 00:14:01 +0000 (+0000) Subject: The last command in the burn script should be "-r 1" and not "-dr 1". Error spotted... X-Git-Tag: release_tinyos_2_1_0_0~585 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=8412ef84bf0236ca77b7919277caceda7172d226 The last command in the burn script should be "-r 1" and not "-dr 1". Error spotted by David "wizzardx". --- diff --git a/apps/tests/deluge/Blink/burn b/apps/tests/deluge/Blink/burn index ce357e7a..f0aaddce 100755 --- a/apps/tests/deluge/Blink/burn +++ b/apps/tests/deluge/Blink/burn @@ -80,4 +80,4 @@ echo ' +----------------------------------------------------------------+' read echo =========================== Reboot the base station ============================ -${TOS_DELUGE} ${PORT} ${PLATFORM} -dr 1 +${TOS_DELUGE} ${PORT} ${PLATFORM} -r 1