Browse Source

Followup to 'volatile' patch (#13369)

Originally #13344
pull/1/head
InsanityAutomation 6 years ago
committed by Scott Lahteine
parent
commit
785a7028bf
  1. 2
      Marlin/src/feature/host_actions.cpp

2
Marlin/src/feature/host_actions.cpp

@ -37,7 +37,7 @@
#include "runout.h"
#endif
extern volatile bool wait_for_user;
extern bool wait_for_user;
void host_action(const char * const pstr, const bool eol) {
SERIAL_ECHOPGM("//action:");

Loading…
Cancel
Save