浏览代码

Fix timers.h include

Scott Lahteine 5 年前
父节点
当前提交
ac2d7ab14c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp

+ 1
- 1
Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp 查看文件

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

正在加载...
取消
保存