This commit is contained in:
2020-11-17 15:17:46 +01:00
parent 804e8c8acf
commit 8e5ece822c
2 changed files with 6 additions and 2 deletions

View File

@ -17,6 +17,10 @@
#include <stm32f103xe.h>
#endif //LOGGER_OUTPUT_BY_INTERRUPT
#ifndef LOGGER_OUTPUT_BY_INTERRUPT
#include <stm32f1xx_hal_uart.h>
#endif //LOGGER_OUTPUT_BY_INTERRUPT
#define LOGBUFFER_SIZE 2048
#define MSGBUFFER_SIZE 256