Corrected HIDAPI include for the Mintaka KB Controller

* Compile error on Windows introduced in d7e467a3
master
Chris 2 years ago
parent bdfd2a3290
commit 19a69f4139

@ -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…
Cancel
Save