gateway_mcu/CH32V303-FreeRTOS/App/application/Host/Inc/hostFreerotsTask.h

12 lines
164 B
C
Raw Permalink Normal View History

#ifndef APP_HOST_FREERTOS_TASK_H_
#define APP_HOST_FREERTOS_TASK_H_
#include "pDebug.h"
#include "FreeRTOS.h"
#include "task.h"
void hostStartApp(void);
#endif