Fixes #3809 and adds several improvements to the Stopwatch and
PrintCounter classes
This commit is contained in:
@@ -138,8 +138,8 @@ class PrintCounter: public Stopwatch {
|
||||
/**
|
||||
* The following functions are being overridden
|
||||
*/
|
||||
void start();
|
||||
void stop();
|
||||
bool start();
|
||||
bool stop();
|
||||
void reset();
|
||||
|
||||
#if ENABLED(DEBUG_PRINTCOUNTER)
|
||||
|
Reference in New Issue
Block a user