circuitpython/ports/stm32/usbdev
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
..
class stm32/usbdev: Make the USBD callback struct const so it can go in ROM. 2017-09-20 17:44:16 +10:00
core stm32/usbdev: Change static function variable to non-static. 2017-09-20 17:45:21 +10:00
Release_Notes.html ports: Make new ports/ sub-directory and move all ports there. 2017-09-06 13:40:51 +10:00