Browse Source

Add emergency_parser.h dependency

Scott Lahteine 5 years ago
parent
commit
f055f7c535
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/feature/emergency_parser.h

+ 1
- 1
Marlin/src/feature/emergency_parser.h View File

25
  * emergency_parser.h - Intercept special commands directly in the serial stream
25
  * emergency_parser.h - Intercept special commands directly in the serial stream
26
  */
26
  */
27
 
27
 
28
-#define FORCE_INLINE __attribute__((always_inline)) inline
28
+#include "../inc/MarlinConfigPre.h"
29
 
29
 
30
 #if ENABLED(HOST_PROMPT_SUPPORT)
30
 #if ENABLED(HOST_PROMPT_SUPPORT)
31
   #include "host_actions.h"
31
   #include "host_actions.h"

Loading…
Cancel
Save