msdk
msdk copied to clipboard
fix(PeriphDrivers): Static scoping for UART driver variables
The UART drivers' 'states' variable was not statically limited in scope to their respective files. Aside from potentially corrupting data, since the name 'states' is fairly common, could cause conflict with user's legacy code which might have a 'states' global.