Mask unused var, update (c) comments (#14455)

This commit is contained in:
Ludy
2019-07-01 05:29:33 +02:00
committed by Scott Lahteine
parent 0ca64a0ea3
commit dab2f0c89c
10 changed files with 11 additions and 42 deletions

View File

@ -681,6 +681,8 @@
planner.synchronize();
gcode.process_subcommands_now_P(PSTR(Z_PROBE_END_SCRIPT));
}
#else
UNUSED(probe_deployed);
#endif
return;