Motion_EC_Stm32_archived/App/Inc/th_iwdg.h

13 lines
181 B
C

#ifndef __TH_IWDG_H__
#define __TH_IWDG_H__
#include "cmsis_os2.h"
osThreadId_t IWDGTaskHandle;
const osThreadAttr_t IWDGTask_attributes;
void IWDGTask(void *argument);
#endif