加入cli

This commit is contained in:
2026-07-30 20:19:01 +08:00
parent 61f831d948
commit 8f7cd1974c
4 changed files with 127 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef CLI_H_
#define CLI_H_
void cli_init(void);
void cli_run(void);
#endif