Browse Source

🔨 Outdent py string

Scott Lahteine 1 year ago
parent
commit
d23ab529d8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/PlatformIO/scripts/signature.py

+ 1
- 1
buildroot/share/PlatformIO/scripts/signature.py View File

@@ -260,7 +260,7 @@ def compute_build_signature(env):
260 260
     # Generate a C source file for storing this array
261 261
     with open('Marlin/src/mczip.h','wb') as result_file:
262 262
         result_file.write(
263
-                b'#ifndef NO_CONFIGURATION_EMBEDDING_WARNING\n'
263
+              b'#ifndef NO_CONFIGURATION_EMBEDDING_WARNING\n'
264 264
             + b'  #warning "Generated file \'mc.zip\' is embedded (Define NO_CONFIGURATION_EMBEDDING_WARNING to suppress this warning.)"\n'
265 265
             + b'#endif\n'
266 266
             + b'const unsigned char mc_zip[] PROGMEM = {\n '

Loading…
Cancel
Save