Skip to content

Commit 10b85b5

Browse files
committed
fix build blehid with feather52832
1 parent f7fae34 commit 10b85b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/Bluefruit52Lib/src/services/BLEHidAdafruit.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636

3737
#include "bluefruit.h"
3838

39+
// For using USB HID descriptor template
40+
#include "class/hid/hid_device.h"
41+
3942
enum
4043
{
4144
REPORT_ID_KEYBOARD = 1,

0 commit comments

Comments
 (0)