Browse Source

Fix say_M603

Scott Lahteine 7 years ago
parent
commit
b287560258
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/configuration_store.cpp

+ 1
- 1
Marlin/src/module/configuration_store.cpp View File

1901
   #endif
1901
   #endif
1902
 
1902
 
1903
   #if ENABLED(ADVANCED_PAUSE_FEATURE)
1903
   #if ENABLED(ADVANCED_PAUSE_FEATURE)
1904
-    #define say_M603(PORTARG_SOLO) { SERIAL_ECHOPGM_P(port, "  M603 "); }
1904
+    void say_M603(PORTARG_SOLO) { SERIAL_ECHOPGM_P(port, "  M603 "); }
1905
   #endif
1905
   #endif
1906
 
1906
 
1907
   /**
1907
   /**

Loading…
Cancel
Save