5 lines
126 B
C
5 lines
126 B
C
#ifndef SYSTICK_H_INCLUDED
|
|
#define SYSTICK_H_INCLUDED
|
|
extern volatile unsigned int jiffies;
|
|
void systick_enable(void);
|
|
#endif
|