Skip to content

Commit cc80553

Browse files
author
Pavlos Ratis
committed
fix arduino.h name to keep compatibility on Linux
Linux is case sensitive and the sketches that use sx1509_registers.h fail to compile so I switched the arduino.h include to capitalcase.
1 parent 36492b0 commit cc80553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sx1509_registers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef SX1509_REGS_H
22
#define SX1509_REGS_H
3-
#include "arduino.h"
3+
#include "Arduino.h"
44

55
/*
66
sx1509_registers.h

0 commit comments

Comments
 (0)