Update Configuration_adv.h

This commit is contained in:
InsanityAutomation
2022-03-08 17:54:22 -05:00
parent 442d28485e
commit 29822ee60e
+1 -1
View File
@@ -2294,7 +2294,7 @@
#if BOTH(SDSUPPORT, DIRECT_STEPPING)
#define BLOCK_BUFFER_SIZE 8
#elif ENABLED(SDSUPPORT)
#define BLOCK_BUFFER_SIZE 16
#define BLOCK_BUFFER_SIZE 8
#else
#define BLOCK_BUFFER_SIZE 16 // maximize block buffer
#endif