Files
imbal_opto/Core/Inc/uart_commands.h
2022-12-04 11:17:16 +01:00

15 lines
171 B
C

#ifndef __UART_COMMANDS__
#define __UART_COMMANDS__
#ifdef __cplusplus
extern "C"
{
#endif
#include "main.h"
#ifdef __cplusplus
}
#endif
#endif /* __UART_COMMANDS__ */