Removed warnings after const declarations
This commit is contained in:
parent
5ad6e4460d
commit
a0aaa3fed2
@ -256,7 +256,7 @@ void usb_handle_standard_request(usb_request_t *request)
|
||||
|
||||
length = LIMIT(length, sizeof(usb_hid_report_descriptor));
|
||||
|
||||
udc_control_send(usb_hid_report_descriptor, length);
|
||||
udc_control_send((uint8_t *)usb_hid_report_descriptor, length);
|
||||
} break;
|
||||
|
||||
default:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user