Browse Source

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

MK3 fix language debug
DRracer 5 years ago
parent
commit
0f32c46307
1 changed files with 3 additions and 1 deletions
  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"