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