#ifndef _UTILS_H_
#define _UTILS_H_
int GetCompileDateTime(uint16_t *DateTime);
extern uint32_t TickDiff(uint32_t comptime);
#endif