We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda76ad commit 186bb57Copy full SHA for 186bb57
drivers/serial/uart_litex.c
@@ -309,7 +309,7 @@ static int uart_litex_init(const struct device *dev)
309
{
310
const struct uart_litex_device_config *config = dev->config;
311
312
- litex_write8(UART_EV_TX | UART_EV_RX, config->ev_pending_addr);
+ litex_write8(0, config->ev_enable_addr);
313
314
#ifdef CONFIG_UART_INTERRUPT_DRIVEN
315
config->config_func(dev);
0 commit comments