Skip to content

Commit

Permalink
Update boot_detect.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rehius authored Sep 4, 2024
1 parent 06f6f2b commit d3dca67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot_detect.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ bool wait_for_boot(int timeout_ms) {
}
reset_attempts++;
reset_cpu();
tio_shrt = tio_full;
tio_shrt = make_timeout_time_ms(1000);
}
if(!pio_sm_is_rx_fifo_empty(pio1, 0))
{
Expand Down

0 comments on commit d3dca67

Please sign in to comment.