Ver código fonte

Fix host_response_handler debug

Scott Lahteine 5 anos atrás
pai
commit
f2ce4a25a3
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      Marlin/src/feature/host_actions.cpp

+ 2
- 2
Marlin/src/feature/host_actions.cpp Ver arquivo

@@ -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;

Carregando…
Cancelar
Salvar