dmitrystu / libusb_stm32

Lightweight USB device Stack for STM32 microcontrollers
Apache License 2.0
696 stars 160 forks source link

All ep_write functions take const buffer pointer. #114

Closed via closed 2 years ago

via commented 2 years ago

This allows the functions users are providing that calls usbd_ep_write to use const pointers.