Skip to content

Commit 0285190

Browse files
committed
EEPROM.cpp: Use double quotes for include file
<EEPROM.h> works in the Arduino IDE, but it's not actually in a system include location so it makes non-IDE (i.e. Klocwork) builds fail
1 parent 547ecd7 commit 0285190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/EEPROM/src/EEPROM.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1717
*/
1818

19-
#include <EEPROM.h>
19+
#include "EEPROM.h"
2020

2121
EEPROMClass EEPROM;
2222

0 commit comments

Comments
 (0)