From ac2d7ab14c43ce8d7d4bc6a6330d9ca1c6d0bfe3 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Thu, 14 Nov 2019 04:47:46 -0600
Subject: [PATCH] Fix timers.h include

---
 Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp b/Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp
index 7ca1d47540..39fed33826 100644
--- a/Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp
+++ b/Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp
@@ -35,7 +35,7 @@
 // Includes
 //
 #include "SoftwareSerial.h"
-#include <timer.h>
+#include "timers.h"
 
 #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).
 
-- 
GitLab