Clean up host actions code (#16856)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user