Browse Source

Fix host_response_handler debug

Scott Lahteine 5 years ago
parent
commit
f2ce4a25a3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/feature/host_actions.cpp

+ 2
- 2
Marlin/src/feature/host_actions.cpp View File

102
 
102
 
103
   void host_response_handler(const uint8_t response) {
103
   void host_response_handler(const uint8_t response) {
104
     #ifdef DEBUG_HOST_ACTIONS
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
     #endif
107
     #endif
108
     const char *msg = PSTR("UNKNOWN STATE");
108
     const char *msg = PSTR("UNKNOWN STATE");
109
     const PromptReason hpr = host_prompt_reason;
109
     const PromptReason hpr = host_prompt_reason;

Loading…
Cancel
Save