Motion_EC_Stm32_archived/App/Inc/th_info.h

12 lines
198 B
C
Raw Normal View History

2021-03-14 23:24:59 +08:00
#ifndef __TH_INFO_H__
#define __TH_INFO_H__
#include "cmsis_os2.h"
osThreadId_t InfoOutputTaskHandle;
const osThreadAttr_t InfoOutputTask_attributes;
2021-03-15 19:26:10 +08:00
void InfoOutputTask(void *argument);
2021-03-14 23:24:59 +08:00
#endif