RTT works

This commit is contained in:
2022-12-04 11:17:16 +01:00
commit 96b64a071a
956 changed files with 739556 additions and 0 deletions

15
Core/Inc/uart_commands.h Normal file
View 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__ */