Corrected HIDAPI include for the Mintaka KB Controller
* Compile error on Windows introduced in d7e467a3
This commit is contained in:
parent
bdfd2a3290
commit
19a69f4139
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include "RGBController.h"
|
||||
#include <string>
|
||||
#include <hidapi/hidapi.h>
|
||||
#include <hidapi.h>
|
||||
|
||||
#define REPORT_ID 0x00
|
||||
#define PACKET_DATA_LENGTH 64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue