mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
change "" to <> in include, fix author again
This commit is contained in:
parent
6b8b8b7993
commit
77538f5d2d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* File: settings.h
|
* File: settings.h
|
||||||
* Author: AJK
|
* Author: xxxajk
|
||||||
*
|
*
|
||||||
* Created on September 23, 2013, 12:00 AM
|
* Created on September 23, 2013, 12:00 AM
|
||||||
*/
|
*/
|
||||||
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
// When will we drop support for the older bug-ridden stuff?
|
// When will we drop support for the older bug-ridden stuff?
|
||||||
#if defined(ARDUINO) && ARDUINO >=100
|
#if defined(ARDUINO) && ARDUINO >=100
|
||||||
#include "Arduino.h"
|
#include <Arduino.h>
|
||||||
#else
|
#else
|
||||||
#include <WProgram.h>
|
#include <WProgram.h>
|
||||||
// I am not sure what WProgram.h does not include, so these are here. --xxxajk
|
// I am not sure what WProgram.h does not include, so these are here. --xxxajk
|
||||||
|
|
Loading…
Reference in a new issue