Clean up host actions code (#16856)

This commit is contained in:
Scott Lahteine
2020-02-13 23:39:27 -06:00
committed by GitHub
parent ff0c931e47
commit 00ba053c90
6 changed files with 86 additions and 88 deletions

View File

@ -31,7 +31,9 @@
* M876: Handle Prompt Response
*/
void GcodeSuite::M876() {
if (parser.seenval('S')) host_response_handler((uint8_t)parser.value_int());
}
#endif // HOST_PROMPT_SUPPORT && !EMERGENCY_PARSER