Skip to content

Commit

Permalink
Fix WWR in UART mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Baldanos committed Feb 18, 2024
1 parent 8e44c7b commit be76dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hydrabus/hydrabus_mode_uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ static void init_proto_default(t_hydra_console *con)

/* Defaults */
proto->dev_num = 0;
proto->wwr = 0;
proto->config.uart.dev_speed = UART_DEFAULT_SPEED;
proto->config.uart.dev_parity = 0;
proto->config.uart.dev_stop_bit = 1;
Expand Down

0 comments on commit be76dbe

Please sign in to comment.