|
@@ -102,8 +102,8 @@ void host_action(const char * const pstr, const bool eol) {
|
102
|
102
|
|
103
|
103
|
void host_response_handler(const uint8_t response) {
|
104
|
104
|
#ifdef DEBUG_HOST_ACTIONS
|
105
|
|
- SERIAL_ECHOLNPAIR("M86 Handle Reason: ", host_prompt_reason);
|
106
|
|
- SERIAL_ECHOLNPAIR("M86 Handle Response: ", response);
|
|
105
|
+ SERIAL_ECHOLNPAIR("M876 Handle Reason: ", host_prompt_reason);
|
|
106
|
+ SERIAL_ECHOLNPAIR("M876 Handle Response: ", response);
|
107
|
107
|
#endif
|
108
|
108
|
const char *msg = PSTR("UNKNOWN STATE");
|
109
|
109
|
const PromptReason hpr = host_prompt_reason;
|