[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/serial Serial.h,1.6,1.7
Phil Levis
scipio at users.sourceforge.net
Tue Feb 19 20:53:39 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/serial
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv31490
Modified Files:
Serial.h
Log Message:
For some reason nx_bool was failing on TOSSIM.
Index: Serial.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/serial/Serial.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Serial.h 19 Feb 2008 22:01:17 -0000 1.6
--- Serial.h 20 Feb 2008 04:53:37 -0000 1.7
***************
*** 124,128 ****
typedef nx_struct serial_metadata {
! nx_bool acked;
} serial_metadata_t;
--- 124,128 ----
typedef nx_struct serial_metadata {
! nx_uint8_t ack;
} serial_metadata_t;
More information about the Tinyos-2-commits
mailing list