Motion_EC_Stm32_archived/App/Inc/th_iwdg.h

13 lines
181 B
C
Raw Permalink 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;
2021-03-15 19:26:10 +08:00
void IWDGTask(void *argument);
2021-03-11 19:09:05 +08:00
#endif