RTT works
This commit is contained in:
15
Core/Inc/uart_commands.h
Normal file
15
Core/Inc/uart_commands.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __UART_COMMANDS__
|
||||
#define __UART_COMMANDS__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include "main.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __UART_COMMANDS__ */
|
||||
Reference in New Issue
Block a user