Fixes #3809 and adds several improvements to the Stopwatch and

PrintCounter classes
This commit is contained in:
João Brázio 2016-05-22 01:59:59 +01:00
parent 61de6daf1d
commit 8c0edb2de4
No known key found for this signature in database
GPG key ID: F62CFD37DFFDB540
4 changed files with 64 additions and 43 deletions

View file

@ -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)