rm_balance/User/module/cmd.h
2025-10-10 22:02:47 +08:00

20 lines
149 B
C

/*
控制命令
*/
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <stdbool.h>
#include <stdint.h>
#ifdef __cplusplus
}
#endif