Browse Source

LPC1768: Config: default to SDSORT_LIMIT = 64 instead of 256

Christopher Pepper 7 years ago
parent
commit
6f1bf5d212
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/Conditionals_post.h

+ 1
- 1
Marlin/src/inc/Conditionals_post.h View File

@@ -1253,7 +1253,7 @@
1253 1253
   #undef SDSORT_USES_RAM
1254 1254
   #undef SDSORT_USES_STACK
1255 1255
   #undef SDSORT_CACHE_NAMES
1256
-  #define SDSORT_LIMIT       256
1256
+  #define SDSORT_LIMIT       64
1257 1257
   #define SDSORT_USES_RAM    true
1258 1258
   #define SDSORT_USES_STACK  false
1259 1259
   #define SDSORT_CACHE_NAMES true

Loading…
Cancel
Save