Consolidate PrintCounter

This commit is contained in:
Scott Lahteine
2017-09-09 00:18:43 -05:00
parent 551752eac7
commit d5fe0fb02b
8 changed files with 33 additions and 28 deletions

View File

@@ -175,4 +175,11 @@ class PrintCounter: public Stopwatch {
#endif
};
// Print Job Timer
#if ENABLED(PRINTCOUNTER)
extern PrintCounter print_job_timer;
#else
extern Stopwatch print_job_timer;
#endif
#endif // PRINTCOUNTER_H