Motion_EC_Stm32_archived/App/Inc/th_iwdg.h

13 lines
186 B
C
Raw Normal View History

2021-03-11 19:09:05 +08:00
#ifndef __TH_IWDG_H__
#define __TH_IWDG_H__
#include "cmsis_os2.h"
osThreadId_t IWDGTaskHandle;
const osThreadAttr_t IWDGTask_attributes;
void StartIWDGTask(void *argument);
#endif