Fix build

This commit is contained in:
Voinea Dragos 2021-05-30 14:24:40 +03:00 committed by Guðni Már Gilbert
parent 9abae2fd97
commit f22b9260ae
1 changed files with 1 additions and 1 deletions

View File

@ -1663,7 +1663,7 @@ void microstep_mode(uint8_t driver, uint8_t stepping_mode)
void microstep_readings()
{
SERIAL_PROTOCOLNPGM("MS1,MS2 Pins");
SERIAL_PROTOCOLLNPGM("MS1,MS2 Pins");
SERIAL_PROTOCOLPGM("X: ");
SERIAL_PROTOCOL( READ(X_MS1_PIN));
SERIAL_PROTOCOLLN( READ(X_MS2_PIN));