X-Git-Url: http://git.droids-corp.org/?p=protos%2Fxbee-avr.git;a=blobdiff_plain;f=main.h;h=d83c5fab4cd75b9779a436c93925537aa578a403;hp=ba0836e13998da3cc695e62444f9575a835744df;hb=5727aa588570d066be9287b81acfd92d7910de80;hpb=852fd37145aaaee0ce2117f5c8173f5b86020fd0 diff --git a/main.h b/main.h index ba0836e..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) @@ -76,9 +77,6 @@ struct xbeeboard { char prompt[RDLINE_PROMPT_SIZE]; struct callout_mgr intr_cm; - struct callout spi_timer; - struct callout beep_timer; - struct callout xbee_rx_poll_timer; /* log */ uint8_t logs[NB_LOGS+1];