X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=main.h;h=ba0836e13998da3cc695e62444f9575a835744df;hp=afb1c3e132b9dca583a9b9e999f53a09d2f5f5ce;hb=852fd37145aaaee0ce2117f5c8173f5b86020fd0;hpb=3abe93f4b90cf10d3d29dcb48e90dd65353e0bc5 diff --git a/main.h b/main.h index afb1c3e..ba0836e 100644 --- a/main.h +++ b/main.h @@ -45,6 +45,7 @@ /** ERROR NUMS */ #define E_USER_DEFAULT 194 +#define E_USER_XBEE 195 #define LED1_ON() sbi(PORTA, 2) #define LED1_OFF() cbi(PORTA, 2)