msdk icon indicating copy to clipboard operation
msdk copied to clipboard

fix(PeriphDrivers): Static scoping for UART driver variables

Open BrentK-ADI opened this issue 1 year ago • 0 comments

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.

BrentK-ADI avatar Aug 16 '24 12:08 BrentK-ADI