Browse Source

Prevent HOST_PROMPT_SUPPORT compile error (#13943)

pull/1/head
ManuelMcLure 5 years ago
committed by Scott Lahteine
parent
commit
51acbb2201
  1. 2
      Marlin/src/feature/host_actions.h

2
Marlin/src/feature/host_actions.h

@ -23,7 +23,7 @@
#include "../inc/MarlinConfigPre.h"
#include <stdint.h>
#include <stddef.h>
void host_action(const char * const pstr, const bool eol=true);

Loading…
Cancel
Save