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.
Showing
Please register or sign in to comment
It's written straight away in the function on every call so it doesn't need to be static.