Skip to content

Commit d0a832c

Browse files
committed
Fix issue with DynamicHID.h being included
1 parent c7f13b5 commit d0a832c

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

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.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)