Files
CHJ/user/MCU/lhl_systick.h

7 lines
104 B
C
Raw Normal View History

2026-03-20 21:19:53 +08:00
#ifndef __SYSTICK_H_
#define __SYSTICK_H_
void SysTickInit(void);
u32 GetSystemMs(void);
#endif