X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=main.h;h=d83c5fab4cd75b9779a436c93925537aa578a403;hp=d64039b72663064b07d87b8e4735be7c4e454e8f;hb=5727aa588570d066be9287b81acfd92d7910de80;hpb=6c945eadabc434b12d6b14c3edb1944bcd0707b0 diff --git a/main.h b/main.h index d64039b..d83c5fa 100644 --- a/main.h +++ b/main.h @@ -46,6 +46,7 @@ /** ERROR NUMS */ #define E_USER_DEFAULT 194 #define E_USER_XBEE 195 +#define E_USER_RC_PROTO 196 #define LED1_ON() sbi(PORTA, 2) #define LED1_OFF() cbi(PORTA, 2)