Files
Stm32F10xFreeRTOSProject/App/Inc/LetterShell.h
T
2026-08-25 21:50:12 -04:00

9 lines
142 B
C

#ifndef __LETTER_SHELL_H__
#define __LETTER_SHELL_H__
#include "Bsp.h"
void LetterShellInit(uint32_t ComId, uint32_t baud);
#endif