pile_com_stm32/main/stm32/utils.h
2023-07-20 10:17:11 +08:00

7 lines
141 B
C

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