HVAC_M7_CLIMATIC/APP/Systick.h

15 lines
212 B
C

/*
* Systick.h
*
*/
#ifndef INCLUDE_EVB_SYSTICK_H_
#define INCLUDE_EVB_SYSTICK_H_
#include "Clock.h"
void Bsp_Systick_Init(void);
uint32_t Bsp_Systick_GetSystick(void);
#endif /* INCLUDE_EVB_SYSTICK_H_ */