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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 193 additions and 173 deletions

View file

@ -39,8 +39,9 @@
#include "buzzer.h"
#endif
#include "printcounter.h"
#if ENABLED(PRINTCOUNTER)
#include "printcounter.h"
#include "duration_t.h"
#endif