2025-05-21 11:31:07 +08:00
|
|
|
#ifndef _SHELL_PORT_H_
|
|
|
|
#define _SHELL_PORT_H_
|
|
|
|
//#include "system.h"
|
2025-05-30 14:10:31 +08:00
|
|
|
//#include "shell.h"
|
2025-05-21 11:31:07 +08:00
|
|
|
|
2025-05-30 14:10:31 +08:00
|
|
|
//extern Shell shell;
|
|
|
|
//void User_Shell_Init(void);
|
|
|
|
extern void fml_shell_init(void);
|
2025-05-21 11:31:07 +08:00
|
|
|
#endif
|
|
|
|
|