Skip to content

Commit c787084

Browse files
committed
add arduino header to HID library
1 parent 43701fd commit c787084

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/HID/HID.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#define HID_h
2222

2323
#include <stdint.h>
24+
#include <Arduino.h>
2425

2526
#if defined(USBCON)
2627

0 commit comments

Comments
 (0)