From 7a2d2d5a79f5c1aa360d9a67a1315eec04ca4549 Mon Sep 17 00:00:00 2001 From: Aaron Mueller Date: Tue, 13 May 2014 22:24:09 +0200 Subject: [PATCH] Make the firmware compatibel with the new usbdrv --- firmware/usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/usb.h b/firmware/usb.h index 59285e7..06972ba 100644 --- a/firmware/usb.h +++ b/firmware/usb.h @@ -25,7 +25,7 @@ /* ----------------------------- USB interface ----------------------------- */ /* ------------------------------------------------------------------------- */ -PROGMEM char usbHidReportDescriptor[22] = { /* USB report descriptor */ +PROGMEM const char usbHidReportDescriptor[22] = { /* USB report descriptor */ 0x06, 0x00, 0xff, // USAGE_PAGE (Generic Desktop) 0x09, 0x01, // USAGE (Vendor Usage 1) 0xa1, 0x01, // COLLECTION (Application)