gateway_mcu/CH32V303-FreeRTOS/App/application/Inc/freerotsTask.h

12 lines
150 B
C

#ifndef APP_FREERTOS_TASK_H_
#define APP_FREERTOS_TASK_H_
#include "pDebug.h"
#include "FreeRTOS.h"
#include "task.h"
void startApp(void);
#endif