logging
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user