X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Ftypes%2FTinyError.h;h=d733a4260477c1ba50048188b08356921b31cfc7;hb=477ad8ed7bc45a8117069d5fb8fa938b0a699f6c;hp=3974a93ed83c64076c926c8f47e6465130d87dcd;hpb=d76ab94c1a62e0a7ce46257d91183981a9283449;p=tinyos-2.x.git diff --git a/tos/types/TinyError.h b/tos/types/TinyError.h index 3974a93e..d733a426 100644 --- a/tos/types/TinyError.h +++ b/tos/types/TinyError.h @@ -41,6 +41,7 @@ enum { EINVAL = 6, // An invalid parameter was passed ERETRY = 7, // A rare and transient failure: can retry ERESERVE = 8, // Reservation required before usage + EALREADY = 9, // The device state you are requesting is already set }; typedef uint8_t error_t __attribute__((combine(ecombine)));