Files
Siton-firmware/myTimer.h
2024-03-09 20:12:03 +01:00

8 lines
77 B
C

#ifndef myTimer_h
#define myTimer_h
typedef unsigned long myTimer;
#endif