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

12 lines
155 B
C

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