]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/types/TinyError.h
As agreed on last T2 core conference call: adding ENOACK error code denoting that...
[tinyos-2.x.git] / tos / types / TinyError.h
index 1f1465952d5a79d63f62956ed2d4426499d53a99..a306ce5a1676f5dec3e50f4a6b4e37329057d44b 100644 (file)
@@ -49,7 +49,8 @@ enum {
   ERESERVE       =  8,           // Reservation required before usage
   EALREADY       =  9,           // The device state you are requesting is already set
   ENOMEM         = 10,           // Memory required not available
-  ELAST          = 10            // Last enum value
+  ENOACK         = 11,           // A packet was not acknowledged
+  ELAST          = 11            // Last enum value
 };
 
 typedef uint8_t error_t NESC_COMBINE("ecombine");