#include "time.h" #include "interrupt.h" volatile uint32_t Time::systime; template<> void interrupt() { Time::systime++; }