]> git.droids-corp.org - protos/xbee-avr.git/blobdiff - main.h
add rc_proto log type
[protos/xbee-avr.git] / main.h
diff --git a/main.h b/main.h
index d64039b72663064b07d87b8e4735be7c4e454e8f..d83c5fab4cd75b9779a436c93925537aa578a403 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)