Files
B_Current_Ctrl/APP/main_task.h
2025-10-13 22:07:27 +08:00

58 lines
370 B
C

#ifndef __MAIN_TASK_H__
#define __MAIN_TASK_H__
#include "FreeRTOS.h"
#include "task.h"
#include "main.h"
#include "device_task.h"
#include "monitor_task.h"
#include "global.h"
#include "control.h"
#include "drv_relay.h"
#include "drv_fan.h"
#include "drv_power.h"
//extern ExtU_control_T *u;
//extern ExtY_control_T *y;
#endif