Skip to content

Commit 17abbcb

Browse files
committed
Change dynamicHID.h include from <> to ""
1 parent 10eda40 commit 17abbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Joystick/src/Joystick.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#ifndef JOYSTICK_h
2222
#define JOYSTICK_h
2323

24-
#include <DynamicHID/DynamicHID.h>
24+
#include "DynamicHID/DynamicHID.h"
2525

2626
#if ARDUINO < 10606
2727
#error The Joystick library requires Arduino IDE 1.6.6 or greater. Please update your IDE.

0 commit comments

Comments
 (0)