We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e44c7b commit be76dbeCopy full SHA for be76dbe
src/hydrabus/hydrabus_mode_uart.c
@@ -50,6 +50,7 @@ static void init_proto_default(t_hydra_console *con)
50
51
/* Defaults */
52
proto->dev_num = 0;
53
+ proto->wwr = 0;
54
proto->config.uart.dev_speed = UART_DEFAULT_SPEED;
55
proto->config.uart.dev_parity = 0;
56
proto->config.uart.dev_stop_bit = 1;
0 commit comments