Procházet zdrojové kódy

Minor #warning fix for PrintCounter

João Brázio před 8 roky
rodič
revize
eafa16a781
No account linked to committer's email address
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 0
    2
      Marlin/printcounter.cpp
  2. 2
    0
      Marlin/printcounter.h

+ 0
- 2
Marlin/printcounter.cpp Zobrazit soubor

@@ -22,7 +22,6 @@
22 22
 
23 23
 #include "Marlin.h"
24 24
 #include "printcounter.h"
25
-#include <avr/eeprom.h>
26 25
 
27 26
 PrintCounter::PrintCounter(): super() {
28 27
   this->loadStats();
@@ -123,7 +122,6 @@ void PrintCounter::tick() {
123 122
       PrintCounter::debug(PSTR("tick"));
124 123
     #endif
125 124
 
126
-    uint16_t t = this->duration();;
127 125
     this->data.printTime += this->deltaDuration();
128 126
     update_before = now;
129 127
   }

+ 2
- 0
Marlin/printcounter.h Zobrazit soubor

@@ -25,6 +25,8 @@
25 25
 
26 26
 #include "macros.h"
27 27
 #include "stopwatch.h"
28
+#include <avr/eeprom.h>
29
+
28 30
 
29 31
 // Print debug messages with M111 S2
30 32
 //#define DEBUG_PRINTCOUNTER

Loading…
Zrušit
Uložit