Fix for includes with Arduino 1.6.6

This commit is contained in:
PaulStoffregen
2015-11-11 09:29:29 -08:00
parent a7cc3261f9
commit 26cd0c8509
12 changed files with 158 additions and 156 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
* On Linux, you can use "date +T%s\n > /dev/ttyACM0" (UTC time zone)
*/
#include <Time.h>
#include <TimeLib.h>
#define TIME_HEADER "T" // Header tag for serial time sync message
#define TIME_REQUEST 7 // ASCII bell character requests a time sync message