Skip to content

Commit 1cb076c

Browse files
carlescufiutzig
authored andcommitted
zephyr: serial: Align with new callback signature
Align the code to the new UART callback signature, see: zephyrproject-rtos/zephyr#26426 Signed-off-by: Carles Cufi <[email protected]>
1 parent 505c6e6 commit 1cb076c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/serial_adapter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ boot_console_init(void)
115115
}
116116

117117
static void
118-
boot_uart_fifo_callback(struct device *dev)
118+
boot_uart_fifo_callback(struct device *dev, void *user_data)
119119
{
120120
static struct line_input *cmd;
121121
uint8_t byte;

0 commit comments

Comments
 (0)