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 #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#define LOGGER_LEVEL_ALL
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View File

@@ -4,6 +4,7 @@
* @author Sander S. * @author Sander S.
*/ */
#define LOGGER_LEVEL_ALL
#include "tftp.h" #include "tftp.h"
#define VIRT_INDEX_TXT 0 #define VIRT_INDEX_TXT 0