]> 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 7b8264456d4cc4b94759c6efbbc8fbb0e76c7a1f..9b4c61cc64cf9f24edf0579cf84c35a41ab32c79 100644 (file)
@@ -122,4 +122,8 @@ typedef nx_struct serial_packet {
   nx_uint8_t data[];
 } serial_packet_t;
 
+typedef nx_struct serial_metadata {
+  nx_uint8_t ack;
+} serial_metadata_t;
+    
 #endif