Followup fixes to ExtUI (#15068)
This commit is contained in:
committed by
Scott Lahteine
parent
081e4506ca
commit
0f386d06a1
@ -24,6 +24,10 @@
|
||||
|
||||
#include "../inc/MarlinConfig.h"
|
||||
|
||||
#if ENABLED(EXTENSIBLE_UI)
|
||||
#include "../lcd/extensible_ui/ui_api.h"
|
||||
#endif
|
||||
|
||||
Stopwatch::State Stopwatch::state;
|
||||
millis_t Stopwatch::accumulator;
|
||||
millis_t Stopwatch::startTimestamp;
|
||||
|
Reference in New Issue
Block a user