systick.h 126 B

12345
  1. #ifndef SYSTICK_H_INCLUDED
  2. #define SYSTICK_H_INCLUDED
  3. extern volatile unsigned int jiffies;
  4. void systick_enable(void);
  5. #endif