Fix timers.h include

This commit is contained in:
Scott Lahteine 2019-11-14 04:47:46 -06:00
parent 94e18ce324
commit ac2d7ab14c

View file

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