mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 01:28:23 +00:00
[FINSH] Add macro MSH_CMD_EXPORT_ALIAS
This commit is contained in:
@@ -217,6 +217,7 @@ typedef int (*init_fn_t)(void);
|
||||
#define FINSH_VAR_EXPORT(name, type, desc)
|
||||
|
||||
#define MSH_CMD_EXPORT(command, desc)
|
||||
#define MSH_CMD_EXPORT_ALIAS(command, alias, desc)
|
||||
#elif !defined(FINSH_USING_SYMTAB)
|
||||
#define FINSH_FUNCTION_EXPORT_CMD(name, cmd, desc)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user