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