adafruit / Adafruit_nRF52_Arduino

Adafruit code for the Nordic nRF52 BLE SoC on Arduino
Other
623 stars 497 forks source link

v20.5 doesn't compile when Bluefruit.h is included #548

Closed SuperSnake427 closed 4 years ago

SuperSnake427 commented 4 years ago

in HID.h there are additional commas after the following two lines that need to be removed for the code to compile.

define HID_REPORT_ID(x) HID_REPORT_ITEM(x, 8, RI_TYPE_GLOBAL, 1) ,

define HID_REPORT_ID_N(x) HID_REPORT_ITEM(x, 8, RI_TYPE_GLOBAL, n) ,

hathach commented 4 years ago

please fill out all the questions in the template. Once you done, you could reopen the issue.