Skip to content

Commit 127ed37

Browse files
committed
Use brackets for Arduino.h include
1 parent 8c115d4 commit 127ed37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/XInput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#ifndef XInput_h
2828
#define XInput_h
2929

30-
#include "Arduino.h"
30+
#include <Arduino.h>
3131

3232
enum XInputControl {
3333
BUTTON_A,

0 commit comments

Comments
 (0)