micropython/ports/stm32/usbdev/core
Damien George 347de3e218 stm32/usbdev: Change static function variable to non-static.
It's written straight away in the function on every call so it doesn't need
to be static.
2017-09-20 17:45:21 +10:00
..
inc stm32/usbdev: Make the USBD callback struct const so it can go in ROM. 2017-09-20 17:44:16 +10:00
src stm32/usbdev: Change static function variable to non-static. 2017-09-20 17:45:21 +10:00