Use static classes for job timers (#9940)

This commit is contained in:
Scott Lahteine
2018-03-04 22:52:25 -06:00
committed by GitHub
parent bc08ce86be
commit f0d8d76f68
11 changed files with 193 additions and 173 deletions
+2 -1
View File
@@ -39,8 +39,9 @@
#include "buzzer.h"
#endif
#include "printcounter.h"
#if ENABLED(PRINTCOUNTER)
#include "printcounter.h"
#include "duration_t.h"
#endif