summaryrefslogtreecommitdiff
path: root/firmware/common/file_internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/common/file_internal.c')
-rw-r--r--firmware/common/file_internal.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/firmware/common/file_internal.c b/firmware/common/file_internal.c
index 14db247347..9ddbb232b4 100644
--- a/firmware/common/file_internal.c
+++ b/firmware/common/file_internal.c
@@ -30,6 +30,14 @@
30#include "string-extra.h" 30#include "string-extra.h"
31#include "rbunicode.h" 31#include "rbunicode.h"
32 32
33/* Define LOGF_ENABLE to enable logf output in this file */
34//#define LOGF_ENABLE
35#ifdef LOGF_ENABLE
36#include "logf.h"
37#undef DEBUGF
38#define DEBUGF logf
39#endif
40
33/** Internal common filesystem service functions **/ 41/** Internal common filesystem service functions **/
34 42
35/* for internal functions' scanning use to save quite a bit of stack space - 43/* for internal functions' scanning use to save quite a bit of stack space -