Fix the issue of putting logger level define to c file instead of header file
This commit is contained in:
2023-11-22 15:28:43 +01:00
parent c819aeb386
commit 99e6f33f87
2 changed files with 1 additions and 1 deletions

View File

@@ -13,7 +13,6 @@
#ifdef __cplusplus
extern "C" {
#endif
#define LOGGER_LEVEL_ALL
#include <stdio.h>
#include <stdlib.h>
#include <string.h>