Files
2025-09-11 22:24:31 +08:00

50 lines
162 B
C

#ifndef __MAIN_TASK_H__
#define __MAIN_TASK_H__
#include "FreeRTOS.h"
#include "cmsis_os.h"
#include "global.h"
#endif