add rc_proto log type
[protos/xbee-avr.git] / main.h
diff --git a/main.h b/main.h
index d64039b..d83c5fa 100644 (file)
--- 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)