aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hid-custom-rq/firmware/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hid-custom-rq/firmware/main.c')
-rw-r--r--examples/hid-custom-rq/firmware/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hid-custom-rq/firmware/main.c b/examples/hid-custom-rq/firmware/main.c
index e4ade7c..f0ec6cd 100644
--- a/examples/hid-custom-rq/firmware/main.c
+++ b/examples/hid-custom-rq/firmware/main.c
@@ -34,7 +34,7 @@ different port or bit, change the macros below:
/* ----------------------------- 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)