Skip to content

Commit b2aefd7

Browse files
Changes to Arduino.h for IDE compatibility
1 parent 1884f51 commit b2aefd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParserLib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Unless required by applicable law or agreed to in writing, software distributed
1313
#define _PARSERLIB_h
1414

1515
#if defined(ARDUINO) && ARDUINO >= 100
16-
#include "arduino.h"
16+
#include "Arduino.h"
1717
#else
1818
#include "WProgram.h"
1919
#endif

0 commit comments

Comments
 (0)