Fix typo in Configuration_adv.h (#18570)
This commit is contained in:
parent
ea94716a87
commit
588d40aedf
|
@ -1829,7 +1829,7 @@
|
||||||
|
|
||||||
// @section motion
|
// @section motion
|
||||||
|
|
||||||
// The number of lineear moves that can be in the planner at once.
|
// The number of linear moves that can be in the planner at once.
|
||||||
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
|
// The value of BLOCK_BUFFER_SIZE must be a power of 2 (e.g. 8, 16, 32)
|
||||||
#if BOTH(SDSUPPORT, DIRECT_STEPPING)
|
#if BOTH(SDSUPPORT, DIRECT_STEPPING)
|
||||||
#define BLOCK_BUFFER_SIZE 8
|
#define BLOCK_BUFFER_SIZE 8
|
||||||
|
|
Loading…
Reference in a new issue