freertos_f407/User/system/letter_shell/shell_port.h

14 lines
156 B
C

/**
* @file shell_port.h
*/
#ifndef __SHELL_PORT_H__
#define __SHELL_PORT_H__
#include "shell.h"
extern Shell shell;
void userShellInit(void);
#endif