Fork of https://developer.mbed.org/users/bscott/code/STM32_USBDevice/
Fork of STM32_USBDevice by
Diff: USBDevice/USBHAL_LPC40.cpp
- Branch:
- feature_WebUSB
- Revision:
- 76:eef92651f52f
- Parent:
- 41:0ca6eeb54b97
--- a/USBDevice/USBHAL_LPC40.cpp Fri Oct 27 17:22:45 2017 +0200 +++ b/USBDevice/USBHAL_LPC40.cpp Thu Jul 19 12:57:27 2018 +0200 @@ -477,7 +477,7 @@ return EP_COMPLETED; } -EP_STATUS USBHAL::endpointWrite(uint8_t endpoint, uint8_t *data, uint32_t size) { +EP_STATUS USBHAL::endpointWrite(uint8_t endpoint, const uint8_t *data, uint32_t size) { if (getEndpointStallState(endpoint)) { return EP_STALLED; }