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

@ -6,7 +6,7 @@
#include <stdbool.h>
#define LOGGER_OUTPUT_BY_INTERRUPT
// #define LOGGER_OUTPUT_BY_INTERRUPT
typedef enum {
LOG_NORMAL,
@ -34,7 +34,7 @@ void debugTxCpltCallback(UART_HandleTypeDef *huart);
#endif
#ifndef LOGGER_OUTPUT_BY_INTERRUPT
void logExec();
int logExec();
#endif
#endif // _LOGGER_H_