printf -> logs in xbee_user
[protos/xbee-avr.git] / main.h
diff --git a/main.h b/main.h
index afb1c3e..ba0836e 100644 (file)
--- 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)