Files
CHJ/user/MCU/lhl_systick.h
2026-03-20 21:16:58 +08:00

7 lines
104 B
C
Executable File

#ifndef __SYSTICK_H_
#define __SYSTICK_H_
void SysTickInit(void);
u32 GetSystemMs(void);
#endif