Init print_job_timer in setup() instead of "early" (#9937)
This commit is contained in:
committed by
Scott Lahteine
parent
beeed580b8
commit
025118da3e
@ -52,6 +52,11 @@ class Stopwatch {
|
||||
*/
|
||||
Stopwatch();
|
||||
|
||||
/**
|
||||
* @brief Initialize the stopwatch
|
||||
*/
|
||||
inline void init() {}
|
||||
|
||||
/**
|
||||
* @brief Stops the stopwatch
|
||||
* @details Stops the running timer, it will silently ignore the request if
|
||||
|
Reference in New Issue
Block a user