Browse Source

Add emergency_parser.h dependency

pull/1/head
Scott Lahteine 6 years ago
parent
commit
f055f7c535
  1. 2
      Marlin/src/feature/emergency_parser.h

2
Marlin/src/feature/emergency_parser.h

@ -25,7 +25,7 @@
* emergency_parser.h - Intercept special commands directly in the serial stream * emergency_parser.h - Intercept special commands directly in the serial stream
*/ */
#define FORCE_INLINE __attribute__((always_inline)) inline #include "../inc/MarlinConfigPre.h"
#if ENABLED(HOST_PROMPT_SUPPORT) #if ENABLED(HOST_PROMPT_SUPPORT)
#include "host_actions.h" #include "host_actions.h"

Loading…
Cancel
Save