Try using <Arduino.h> everywhere

This commit is contained in:
Scott Lahteine
2017-11-19 13:57:07 -06:00
parent c0000a0cdc
commit 550f1025f0
7 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@
#ifdef TARGET_LPC1768
#include "../../inc/MarlinConfig.h"
#include "arduino.h"
#include "include/arduino.h"
#include "pinmapping.h"
//#include "HAL_timers.h"
#include "fastio.h"