EPROMEmu/Inc/timers.h

10 lines
108 B
C

#ifndef TIMERS_H
#define TIMERS_H
#include "stm32f0xx_system.h"
extern uint32_t g_time;
#endif