diff options
Diffstat (limited to 'examples/hid-mouse/firmware')
| -rw-r--r-- | examples/hid-mouse/firmware/main.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/examples/hid-mouse/firmware/main.c b/examples/hid-mouse/firmware/main.c index 12c5bdb..86bb852 100644 --- a/examples/hid-mouse/firmware/main.c +++ b/examples/hid-mouse/firmware/main.c @@ -31,7 +31,7 @@ publish any hardware using these IDs! This is for demonstration only!  /* ----------------------------- USB interface ----------------------------- */  /* ------------------------------------------------------------------------- */ -PROGMEM char usbHidReportDescriptor[52] = { /* USB report descriptor, size must match usbconfig.h */ +PROGMEM const char usbHidReportDescriptor[52] = { /* USB report descriptor, size must match usbconfig.h */      0x05, 0x01,                    // USAGE_PAGE (Generic Desktop)      0x09, 0x02,                    // USAGE (Mouse)      0xa1, 0x01,                    // COLLECTION (Application) | 
