Parcourir la source

disabled logs

jblanked il y a 1 an
Parent
commit
fe3246b50e
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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"