]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/serial/Serial.h
For some reason nx_bool was failing on TOSSIM.
[tinyos-2.x.git] / tos / lib / serial / Serial.h
index 9bd5bd191f6c7ad6c28bb9f0c3caf04fefb2118b..9b4c61cc64cf9f24edf0579cf84c35a41ab32c79 100644 (file)
@@ -123,7 +123,7 @@ typedef nx_struct serial_packet {
 } serial_packet_t;
 
 typedef nx_struct serial_metadata {
-  bool acked;
+  nx_uint8_t ack;
 } serial_metadata_t;
     
 #endif