EPROMEmu/Inc/timers.h

10 lines
108 B
C
Raw Normal View History

2019-08-16 01:32:46 -07:00
#ifndef TIMERS_H
#define TIMERS_H
#include "stm32f0xx_system.h"
extern uint32_t g_time;
2019-08-16 01:32:46 -07:00
#endif