Followup fixes to ExtUI (#15068)

This commit is contained in:
Marcio Teixeira
2019-08-28 03:23:13 -06:00
committed by Scott Lahteine
parent 081e4506ca
commit 0f386d06a1
8 changed files with 30 additions and 3 deletions

View File

@ -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;