提交全部资料
This commit is contained in:
21
1.主程序源代码/User/shell/shell_port.h
Normal file
21
1.主程序源代码/User/shell/shell_port.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @file shell_port.h
|
||||
* @author Letter (NevermindZZT@gmail.com)
|
||||
* @brief
|
||||
* @version 0.1
|
||||
* @date 2019-02-22
|
||||
*
|
||||
* @copyright (c) 2019 Letter
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef __SHELL_PORT_H__
|
||||
#define __SHELL_PORT_H__
|
||||
|
||||
#include "shell.h"
|
||||
|
||||
extern Shell shell;
|
||||
|
||||
void userShellInit(void);
|
||||
void userShellRun(void);
|
||||
#endif
|
||||
Reference in New Issue
Block a user