Browse Source

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

pull/1/head
Christopher Pepper 6 years ago
parent
commit
6f1bf5d212
  1. 2
      Marlin/src/inc/Conditionals_post.h

2
Marlin/src/inc/Conditionals_post.h

@ -1253,7 +1253,7 @@
#undef SDSORT_USES_RAM
#undef SDSORT_USES_STACK
#undef SDSORT_CACHE_NAMES
#define SDSORT_LIMIT 256
#define SDSORT_LIMIT 64
#define SDSORT_USES_RAM true
#define SDSORT_USES_STACK false
#define SDSORT_CACHE_NAMES true

Loading…
Cancel
Save