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
drv/uart: drop return on pbdrv_uart_set_baud_rate()
This is not an async function and we currently don't have a way to
handle any other errors. So removing the return value will reduce
code size. Also, the STM32F0 had a weird check for busy that other
drivers didn't have, so that is removed.
0 commit comments