7 lines
133 B
C
7 lines
133 B
C
|
|
#ifndef _UTILS_H_
|
|
#define _UTILS_H_
|
|
int GetCompileDateTime(uint16_t *DateTime);
|
|
extern uint32_t TickDiff(uint32_t comptime);
|
|
#endif
|