8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ef951 commit bac1b24Copy full SHA for bac1b24
cpp_utils/BLEHIDDevice.cpp
@@ -118,7 +118,7 @@ BLECharacteristic* BLEHIDDevice::inputReport(uint8_t reportID) {
118
119
uint8_t desc1_val[] = {reportID, 0x01};
120
inputReportDescriptor->setValue((uint8_t*)desc1_val, 2);
121
- inputReportCharacteristic->addDescriptor(p2902;
+ inputReportCharacteristic->addDescriptor(p2902);
122
inputReportCharacteristic->addDescriptor(inputReportDescriptor);
123
124
return inputReportCharacteristic;
0 commit comments