|
@@ -1180,7 +1180,7 @@ void setup()
|
|
|
SERIAL_ECHO_START;
|
|
|
SERIAL_ECHORPGM(_i(" Free Memory: "));
|
|
|
SERIAL_ECHO(freeMemory());
|
|
|
- SERIAL_ECHORPGM(_i(" PlannerBufferBytes: "));
|
|
|
+ SERIAL_ECHORPGM(_n(" PlannerBufferBytes: "));
|
|
|
SERIAL_ECHOLN((int)sizeof(block_t)*BLOCK_BUFFER_SIZE);
|
|
|
|
|
|
|