keyboardio / KeyboardioHID

A HID library for Arduino
MIT License
34 stars 17 forks source link

WIP remove GD32 `recvControl` workaround #92

Closed tlyu closed 1 year ago

tlyu commented 1 year ago

Remove the GD32 recvControl workaround, because changes to the USB core mean that it's no longer required, and the automatic buffer will cause stack corruption due to being written to after recvControl returns.

This needs to be coordinated with keyboardio/ArduinoCore-GD32-Keyboardio#18.