BLE_TYQ_CH584M/common/letter-shell/shell_port.h

24 lines
319 B
C
Raw Normal View History

2024-12-12 15:49:10 +08:00
/**
* @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"
2025-02-21 14:38:41 +08:00
#define SHELL_BUF_LENGTH 1024
2024-12-12 15:49:10 +08:00
extern Shell shell;
void SHELL_Init(void);
#endif