Files
B_Current_Ctrl/APP/device_task.h
T
2025-08-28 16:37:05 +08:00

37 lines
177 B
C

#ifndef __DEVICE_TASK_H__
#define __DEVICE_TASK_H__
#include "stm32g4xx_hal.h"
#include "FreeRTOS.h"
#include "cmsis_os.h"
#include "main.h"
#endif