Skip to content

Commit 3e0f209

Browse files
Changes to Arduino.h for IDE compatibility
1 parent b37dfab commit 3e0f209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ListLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Unless required by applicable law or agreed to in writing, software distributed
1111
#define _ListLib_h
1212

1313
#if defined(ARDUINO) && ARDUINO >= 100
14-
#include "arduino.h"
14+
#include "Arduino.h"
1515
#else
1616
#include "WProgram.h"
1717
#endif

0 commit comments

Comments
 (0)