Add question in a comment

This commit is contained in:
Andrew J. Kroll 2013-09-29 16:07:44 -04:00
parent 372e37e34f
commit a88933ea3e

View file

@ -5,8 +5,8 @@
* Created on September 23, 2013, 12:00 AM
*/
#ifndef SETTINGS_H
#define SETTINGS_H
#ifndef USB_HOST_SHIELD_SETTINGS_H
#define USB_HOST_SHIELD_SETTINGS_H
#include "macros.h"
@ -36,6 +36,8 @@
////////////////////////////////////////////////////////////////////////////////
// AUTOMATIC Settings
////////////////////////////////////////////////////////////////////////////////
// When will we drop support for the older bug-ridden stuff?
#if defined(ARDUINO) && ARDUINO >=100
#include "Arduino.h"
#else