summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/debug.h b/firmware/export/debug.h
index f19a96c526..d037edf656 100644
--- a/firmware/export/debug.h
+++ b/firmware/export/debug.h
@@ -35,7 +35,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...)
35/* */ 35/* */
36#if defined(SIMULATOR) && !defined(__PCTOOL__) 36#if defined(SIMULATOR) && !defined(__PCTOOL__)
37#define DEBUGF debugf 37#define DEBUGF debugf
38#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__) && defined(DEBUG) 38#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__)
39#elif (CONFIG_PLATFORM & PLATFORM_ANDROID) 39#elif (CONFIG_PLATFORM & PLATFORM_ANDROID)
40#include "system-target.h" 40#include "system-target.h"
41#define DEBUGF LOG 41#define DEBUGF LOG