Explorar el Código

Hide M217 compile warning

Scott Lahteine hace 5 años
padre
commit
5b24ce9024
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      Marlin/src/gcode/config/M217.cpp

+ 4
- 0
Marlin/src/gcode/config/M217.cpp Ver fichero

@@ -48,6 +48,10 @@ void M217_report(const bool eeprom=false) {
48 48
       SERIAL_ECHOPAIR_P(port, " Y", LINEAR_UNIT(toolchange_settings.change_point.y));
49 49
     #endif
50 50
 
51
+  #else
52
+
53
+    UNUSED(eeprom);
54
+
51 55
   #endif
52 56
 
53 57
   SERIAL_ECHOPAIR_P(port, " Z", LINEAR_UNIT(toolchange_settings.z_raise));

Loading…
Cancelar
Guardar