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 4c67339 commit 3bc6c55Copy full SHA for 3bc6c55
drivers/serial/uart_lpc11u6x.c
@@ -336,7 +336,7 @@ static void lpc11u6x_uart0_isr(void *arg)
336
struct lpc11u6x_uart0_data *data = DEV_DATA(dev);
337
338
if (data->cb) {
339
- data->cb(data->cb_data);
+ data->cb(dev, data->cb_data);
340
}
341
342
#endif /* CONFIG_UART_INTERRUPT_DRIVEN */
@@ -760,7 +760,7 @@ static void lpc11u6x_uartx_isr(struct device *dev)
760
struct lpc11u6x_uartx_data *data = DEV_DATA(dev);
761
762
763
764
765
766
0 commit comments