Fix timers.h include
This commit is contained in:
parent
94e18ce324
commit
ac2d7ab14c
@ -35,7 +35,7 @@
|
|||||||
// Includes
|
// Includes
|
||||||
//
|
//
|
||||||
#include "SoftwareSerial.h"
|
#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).
|
#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…
Reference in New Issue
Block a user