Fix timers.h include

2.0.x
Scott Lahteine 5 years ago
parent 94e18ce324
commit ac2d7ab14c

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