pile_com_stm32/main/stm32/utils.h

7 lines
133 B
C
Raw Normal View History

2023-07-20 10:17:11 +08:00
#ifndef _UTILS_H_
#define _UTILS_H_
int GetCompileDateTime(uint16_t *DateTime);
2024-02-19 09:58:15 +08:00
extern uint32_t TickDiff(uint32_t comptime);
2023-07-20 10:17:11 +08:00
#endif