From 77538f5d2d0654155c8569298f8441b1175b19cd Mon Sep 17 00:00:00 2001 From: "Andrew J. Kroll" Date: Mon, 30 Sep 2013 13:18:33 -0400 Subject: [PATCH] change "" to <> in include, fix author again --- settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.h b/settings.h index 9a66bdf6..ba5da5c5 100644 --- a/settings.h +++ b/settings.h @@ -1,6 +1,6 @@ /* * File: settings.h - * Author: AJK + * Author: xxxajk * * Created on September 23, 2013, 12:00 AM */ @@ -67,7 +67,7 @@ // When will we drop support for the older bug-ridden stuff? #if defined(ARDUINO) && ARDUINO >=100 -#include "Arduino.h" +#include #else #include // I am not sure what WProgram.h does not include, so these are here. --xxxajk