r2axz / bluepill-serial-monster

USB to 3 Port Serial (UART) adapter firmware for STM32 Blue Pill.
MIT License
323 stars 76 forks source link

Fix USB Descriptors (Minor) #37

Closed r2axz closed 3 years ago

r2axz commented 3 years ago

The last one didn't cause any issues because sizeof(usb_configuration_descriptor.data_eptx_x) is equal to sizeof(usb_configuration_descriptor.data_eprx_x) by a happy coincidence.