]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - src/eb_lift/def.h
eb_lift: Add new project that is common lift ccntroler for year 2012 and the future...
[eurobot/public.git] / src / eb_lift / def.h
1 #ifndef DEFH
2 #define DEFH
3
4 extern volatile uint32_t timer_msec;
5 extern volatile uint32_t timer_usec;  /* incremented by 10 @100kHz */
6
7 #endif