15 lines
171 B
C
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__ */ |