Browse Source

Fix wait_for_user compile error (#13352)

pull/1/head
Tobias Frost 5 years ago
committed by Scott Lahteine
parent
commit
2efbcc90c5
  1. 5
      Marlin/src/feature/emergency_parser.h

5
Marlin/src/feature/emergency_parser.h

@ -31,10 +31,7 @@
#include "host_actions.h"
#endif
// External references
extern volatile bool wait_for_user, wait_for_heatup;
void quickstop_stepper();
void host_response_handler(const uint8_t response);
#include "../Marlin.h"
class EmergencyParser {

Loading…
Cancel
Save