Browse Source

Fix timers.h include

pull/1/head
Scott Lahteine 5 years ago
parent
commit
ac2d7ab14c
  1. 2
      Marlin/src/HAL/HAL_STM32/SoftwareSerial.cpp

2
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).

Loading…
Cancel
Save