Commit 1cb076c2 authored by Carles Cufi's avatar Carles Cufi Committed by Fabio Utzig
Browse files

zephyr: serial: Align with new callback signature

Align the code to the new UART callback signature, see:

https://github.com/zephyrproject-rtos/zephyr/pull/26426



Signed-off-by: default avatarCarles Cufi <carles.cufi@nordicsemi.no>
parent 505c6e6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ boot_console_init(void)
}

static void
boot_uart_fifo_callback(struct device *dev)
boot_uart_fifo_callback(struct device *dev, void *user_data)
{
	static struct line_input *cmd;
	uint8_t byte;