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