dev_systick.h 166 B

123456789
  1. #ifndef __DEV_SYSTICK_H
  2. #define __DEV_SYSTICK_H
  3. #include "stm32f4xx.h"
  4. void dev_systick_decrement(void);
  5. void dev_systick_increase(void);
  6. #endif // __DEV_SYSTICK_H