[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc tos-deluge,
1.11, 1.12
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Thu Jan 24 21:39:33 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16033/tools/tinyos/misc
Modified Files:
tos-deluge
Log Message:
Fix a typo in the code that handles the printf packets. Thanks to David "wizzardx" for pointing the error.
Index: tos-deluge
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc/tos-deluge,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** tos-deluge 14 Jan 2008 17:42:23 -0000 1.11
--- tos-deluge 25 Jan 2008 05:39:31 -0000 1.12
***************
*** 132,136 ****
packet = s.sniff_am()
while packet and packet.type == 100:
! print "".join([chr(i) for i in p.data])
packet = s.sniff_am()
reply = SerialReplyPacket(packet.data)
--- 132,136 ----
packet = s.sniff_am()
while packet and packet.type == 100:
! print "".join([chr(i) for i in packet.data])
packet = s.sniff_am()
reply = SerialReplyPacket(packet.data)
More information about the Tinyos-2-commits
mailing list