Explorar el Código

Merge pull request #2371 from 3d-gussner/MK3_Fix_Language_Debug

MK3 fix language debug
DRracer hace 5 años
padre
commit
0f32c46307
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Firmware/language.h

+ 3 - 1
Firmware/language.h

@@ -6,7 +6,9 @@
 
 #include "config.h"
 #include <inttypes.h>
-//#include <stdio.h>
+#ifdef DEBUG_SEC_LANG
+    #include <stdio.h>
+#endif //DEBUG_SEC_LANG
 
 #define PROTOCOL_VERSION "1.0"