Skip to content
Snippets Groups Projects
Commit 785a7028 authored by InsanityAutomation's avatar InsanityAutomation Committed by Scott Lahteine
Browse files

Followup to 'volatile' patch (#13369)

Originally #13344
parent aa1d5871
No related branches found
No related tags found
No related merge requests found
......@@ -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:");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment