Motion_EC_Stm32_archived/App/Inc/th_info.h

12 lines
203 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;
void StartInfoOutputTask(void *argument);
#endif