use static variables for callout instead of using xbeeboard struct
[protos/xbee-avr.git] / main.h
diff --git a/main.h b/main.h
index ba0836e..d64039b 100644 (file)
--- a/main.h
+++ b/main.h
@@ -76,9 +76,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];