Explorar o código

disabled logs

jblanked hai 1 ano
pai
achega
fe3246b50e
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      flip_world.h

+ 4 - 4
flip_world.h

@@ -4,11 +4,11 @@
 #include <easy_flipper/easy_flipper.h>
 
 // added by Derek Jamison to lower memory usage
-// #undef FURI_LOG_E
-// #define FURI_LOG_E(tag, msg, ...)
+#undef FURI_LOG_E
+#define FURI_LOG_E(tag, msg, ...)
 
-// #undef FURI_LOG_I
-// #define FURI_LOG_I(tag, msg, ...)
+#undef FURI_LOG_I
+#define FURI_LOG_I(tag, msg, ...)
 //
 
 #define TAG "FlipWorld"