4008-04-07 Release
[avr_bc100.git] / BaseMegaFirmware / GCC / timebase.h
1 #ifndef TIMEBASE_H_\r
2 #define TIMEBASE_H_\r
3 \r
4 #include <stdint.h>\r
5 \r
6 #define TIMEBASE_DELTAT_MS 10 /* ms */\r
7 \r
8 void timebase_init(void);\r
9 uint16_t timebase_get_tick(void);\r
10 \r
11 #endif\r