Merge pull request #4349 from jbrazio/gcc-bark-bark

Removes some minor GCC warnings
master
Scott Lahteine 8 years ago committed by GitHub
commit 6c899bb520

@ -4420,7 +4420,7 @@ inline void gcode_M76() { print_job_timer.pause(); }
inline void gcode_M77() { print_job_timer.stop(); }
#if ENABLED(PRINTCOUNTER)
/*+
/**
* M78: Show print statistics
*/
inline void gcode_M78() {

Loading…
Cancel
Save