Browse Source

Fix HOST_PROMPT_SUPPORT compile issue (#13847)

pull/1/head
ManuelMcLure 5 years ago
committed by Scott Lahteine
parent
commit
09f1b58146
  1. 4
      Marlin/src/feature/host_actions.h

4
Marlin/src/feature/host_actions.h

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

Loading…
Cancel
Save