Quellcode durchsuchen

Fix timers.h include

Scott Lahteine vor 5 Jahren
Ursprung
Commit
ac2d7ab14c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp

+ 1
- 1
Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp Datei anzeigen

@@ -35,7 +35,7 @@
35 35
 // Includes
36 36
 //
37 37
 #include "SoftwareSerial.h"
38
-#include <timer.h>
38
+#include "timers.h"
39 39
 
40 40
 #define OVERSAMPLE 3 // in RX, Timer will generate interruption OVERSAMPLE time during a bit. Thus OVERSAMPLE ticks in a bit. (interrupt not synchonized with edge).
41 41
 

Laden…
Abbrechen
Speichern