Skip to content
Snippets Groups Projects
Commit ac2d7ab1 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix timers.h include

parent 94e18ce3
Branches
Tags
No related merge requests found
......@@ -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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment