11 lines
145 B
C
11 lines
145 B
C
#ifndef _SHELL_PORT_H_
|
|
#define _SHELL_PORT_H_
|
|
//#include "system.h"
|
|
#include "shell.h"
|
|
|
|
extern Shell shell;
|
|
void User_Shell_Init(void);
|
|
|
|
#endif
|
|
|