Rewording of txtoscount in goodfet.ccspi.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 8 Mar 2011 21:34:35 +0000 (21:34 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 8 Mar 2011 21:34:35 +0000 (21:34 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@961 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

client/goodfet.ccspi

index ea69da3..fd9e01c 100755 (executable)
@@ -157,8 +157,9 @@ if(sys.argv[1]=="txtest"):
                             0xba, 0xbe, 0xc0]);
 if(sys.argv[1]=="txtoscount"):
     '''
                             0xba, 0xbe, 0xc0]);
 if(sys.argv[1]=="txtoscount"):
     '''
-    Clone of what TinyOS's BlinkToLED demo code does.
-    Specify a channel a TinyOS mote programmed with BlinkToLED is on, and this will act as the second device.
+    Clone of what TinyOS's RadioCountToLeds demo code does.  Specify a
+    channel a TinyOS mote programmed with RadioCountToLeds is on, and
+    this will act as the second device.
     '''
     if (len(sys.argv)<=3):
         print "Provide -r to work via replays or -i to work via incrementing itself.";
     '''
     if (len(sys.argv)<=3):
         print "Provide -r to work via replays or -i to work via incrementing itself.";