diff --git a/drivers/serial/uart_stm32.c b/drivers/serial/uart_stm32.c index e6155f328b6..f90b7b1f898 100644 --- a/drivers/serial/uart_stm32.c +++ b/drivers/serial/uart_stm32.c @@ -543,10 +543,6 @@ static void uart_stm32_poll_out(const struct device *dev, } irq_unlock(key); } - if (!k_is_in_isr()) { - /* yield execution to another thread of the same or higher priority. */ - k_yield(); - } } #ifdef CONFIG_PM