0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-17 23:18:34 +00:00

Followup to 'volatile' patch (#13369)

Originally #13344
This commit is contained in:
InsanityAutomation 2019-03-11 16:01:57 -04:00 committed by Scott Lahteine
parent aa1d587128
commit 785a7028bf

View file

@ -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:");