mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 12:08:16 +08:00
606 B
606 B
hal_shell_t
概述
a shell to access network interface
函数
函数名称 | 说明 |
---|---|
hal_shell_run | 运行shell。 |
hal_shell_run 函数
- 函数功能:
运行shell。
- 函数原型:
ret_t hal_shell_run ();
- 参数说明:
参数 | 类型 | 说明 |
---|---|---|
返回值 | ret_t | 返回RET_OK表示成功,否则表示失败。 |