]> rtime.felk.cvut.cz Git - eurobot/public.git/blob - src/eb_lift/def.h
Merge branch 'maint-demo'
[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