X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Ftypes%2FTinyError.h;h=a306ce5a1676f5dec3e50f4a6b4e37329057d44b;hb=72018e24ba218994d85ad609b01f09ed6f5f3009;hp=1f1465952d5a79d63f62956ed2d4426499d53a99;hpb=889b4145bfa95a9379a7d87aefcd2464e87cbe24;p=tinyos-2.x.git diff --git a/tos/types/TinyError.h b/tos/types/TinyError.h index 1f146595..a306ce5a 100644 --- a/tos/types/TinyError.h +++ b/tos/types/TinyError.h @@ -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");