Parcourir la source

Fix timers.h include

Scott Lahteine il y a 5 ans
Parent
révision
ac2d7ab14c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp

+ 1
- 1
Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp Voir le fichier

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

Chargement…
Annuler
Enregistrer