summaryrefslogtreecommitdiff
path: root/firmware/export/logf.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/logf.h')
-rw-r--r--firmware/export/logf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/logf.h b/firmware/export/logf.h
index 16666449d4..1aca29d5ba 100644
--- a/firmware/export/logf.h
+++ b/firmware/export/logf.h
@@ -51,5 +51,5 @@ void _logf(const char *format, ...) ATTRIBUTE_PRINTF(1, 2);
51/* Allow fine tuning (per file) of the logf output */ 51/* Allow fine tuning (per file) of the logf output */
52#ifndef LOGF_ENABLE 52#ifndef LOGF_ENABLE
53#undef logf 53#undef logf
54#define logf(...) 54#define logf(...) do { } while(0)
55#endif 55#endif