mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
Fix host_response_handler debug
This commit is contained in:
parent
11f1392026
commit
f2ce4a25a3
@ -102,8 +102,8 @@ void host_action(const char * const pstr, const bool eol) {
|
|||||||
|
|
||||||
void host_response_handler(const uint8_t response) {
|
void host_response_handler(const uint8_t response) {
|
||||||
#ifdef DEBUG_HOST_ACTIONS
|
#ifdef DEBUG_HOST_ACTIONS
|
||||||
SERIAL_ECHOLNPAIR("M86 Handle Reason: ", host_prompt_reason);
|
SERIAL_ECHOLNPAIR("M876 Handle Reason: ", host_prompt_reason);
|
||||||
SERIAL_ECHOLNPAIR("M86 Handle Response: ", response);
|
SERIAL_ECHOLNPAIR("M876 Handle Response: ", response);
|
||||||
#endif
|
#endif
|
||||||
const char *msg = PSTR("UNKNOWN STATE");
|
const char *msg = PSTR("UNKNOWN STATE");
|
||||||
const PromptReason hpr = host_prompt_reason;
|
const PromptReason hpr = host_prompt_reason;
|
||||||
|
Loading…
Reference in New Issue
Block a user