7 lines
104 B
C
Executable File
7 lines
104 B
C
Executable File
#ifndef __SYSTICK_H_
|
|
#define __SYSTICK_H_
|
|
|
|
void SysTickInit(void);
|
|
u32 GetSystemMs(void);
|
|
|
|
#endif |