9 lines
149 B
C
9 lines
149 B
C
#ifndef __LETTER_SHELL_H__
|
|
#define __LETTER_SHELL_H__
|
|
|
|
#include "Bsp.h"
|
|
|
|
void LetterShellInit(const COM_MAP_T *ComX, uint32_t Baud);
|
|
|
|
#endif
|