diff options
Diffstat (limited to 'examples/hid-data/firmware')
-rw-r--r-- | examples/hid-data/firmware/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hid-data/firmware/main.c b/examples/hid-data/firmware/main.c index 7f05e76..b782aef 100644 --- a/examples/hid-data/firmware/main.c +++ b/examples/hid-data/firmware/main.c @@ -29,7 +29,7 @@ at least be connected to INT0 as well. /* ----------------------------- 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) |