Get duration_t in printcounter.h for its clients (#9843)
This commit is contained in:
parent
24b9c1923f
commit
c22f8dd660
@ -27,7 +27,6 @@
|
|||||||
#include "printcounter.h"
|
#include "printcounter.h"
|
||||||
|
|
||||||
#include "../Marlin.h"
|
#include "../Marlin.h"
|
||||||
#include "../libs/duration_t.h"
|
|
||||||
|
|
||||||
PrintCounter::PrintCounter(): super() {
|
PrintCounter::PrintCounter(): super() {
|
||||||
this->loadStats();
|
this->loadStats();
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
#include "../inc/MarlinConfig.h"
|
#include "../inc/MarlinConfig.h"
|
||||||
#include "../libs/stopwatch.h"
|
#include "../libs/stopwatch.h"
|
||||||
|
#include "../libs/duration_t.h"
|
||||||
|
|
||||||
// Print debug messages with M111 S2
|
// Print debug messages with M111 S2
|
||||||
//#define DEBUG_PRINTCOUNTER
|
//#define DEBUG_PRINTCOUNTER
|
||||||
|
Loading…
Reference in New Issue
Block a user