Removed warnings after const declarations

This commit is contained in:
Alex Taradov 2018-01-28 16:05:14 -08:00
parent 5ad6e4460d
commit a0aaa3fed2

View File

@ -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: