Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Nov 7, 2023
1 parent 112ca8c commit 186cd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ fn main() -> Result<()> {

if !no_run {
log::info!("Now reset...");
probe.send_command(commands::Reset::ResetAndRun)?;
probe.send_command(commands::Reset::Soft)?;
if enable_sdi_print {
probe.enable_sdi_print(true)?;
will_detach = false;
Expand Down

0 comments on commit 186cd3b

Please sign in to comment.