Files
modbus_crash_test/millis.h
2022-09-21 14:43:44 +02:00

8 lines
103 B
C

#ifndef _MILLIS_H_
#define _MILLIS_H_
#define TICK_PER_SEC 1000UL
unsigned long millis(void);
#endif