You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zephyr: device: uart: Remove redundant 'device' field
With the 'Uart' encapsulated within the `UartIrq`, having a separate
field for device is redundant with the one inside of `Uart`. Remove
this redundant field, and change the references to it to use the one
inside the Uart.
Signed-off-by: David Brown <[email protected]>
0 commit comments