Files
MoonshineOS/MSOS_ESP/main/moonshineOS_core/cli.h
T
2026-07-30 20:19:01 +08:00

8 lines
80 B
C

#ifndef CLI_H_
#define CLI_H_
void cli_init(void);
void cli_run(void);
#endif