Skip to content

Commit be76dbe

Browse files
committed
Fix WWR in UART mode
1 parent 8e44c7b commit be76dbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hydrabus/hydrabus_mode_uart.c

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static void init_proto_default(t_hydra_console *con)
5050

5151
/* Defaults */
5252
proto->dev_num = 0;
53+
proto->wwr = 0;
5354
proto->config.uart.dev_speed = UART_DEFAULT_SPEED;
5455
proto->config.uart.dev_parity = 0;
5556
proto->config.uart.dev_stop_bit = 1;

0 commit comments

Comments
 (0)