[Tinyos-2-commits] CVS: tinyos-2.x/support/sdk/c prettylisten.c, 1.1.2.1, 1.1.2.2

Phil Levis scipio at users.sourceforge.net
Sun Nov 5 10:09:55 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/support/sdk/c
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv13786/support/sdk/c

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	prettylisten.c 
Log Message:
A few minor bug fixes, from the SF bugtracker. Limited MTS300 support.



Index: prettylisten.c
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/support/sdk/c/prettylisten.c,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** prettylisten.c	2 May 2006 23:19:14 -0000	1.1.2.1
--- prettylisten.c	5 Nov 2006 18:09:53 -0000	1.1.2.2
***************
*** 46,51 ****
  	    exit(0);
  
! 	  printf("addr %u, length %u, group %u, type %u\n  ",
! 		 spacket_header_addr_get(msg),
  		 spacket_header_length_get(msg),
  		 spacket_header_group_get(msg),
--- 46,52 ----
  	    exit(0);
  
! 	  printf("dest %u, src %u, length %u, group %u, type %u\n  ",
! 		 spacket_header_dest_get(msg),
! 		 spacket_header_src_get(msg),
  		 spacket_header_length_get(msg),
  		 spacket_header_group_get(msg),



More information about the Tinyos-2-commits mailing list