Browse Source

Fix build

Voinea Dragos 3 years ago
parent
commit
f22b9260ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Firmware/stepper.cpp

+ 1 - 1
Firmware/stepper.cpp

@@ -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));