Skip to content

Commit

Permalink
[opentitantool] Fix typo in CW310 backend
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Prendes <[email protected]>
  • Loading branch information
jprendes authored and alphan committed Sep 1, 2022
1 parent adfa87b commit d0b9643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/host/opentitanlib/src/backend/cw310.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub fn create(args: &BackendOpts) -> Result<Box<dyn Transport>> {
.unwrap_or(Vec::new());
Ok(Box::new(CW310::new(
args.usb_vid,
args.usb_vid,
args.usb_pid,
args.usb_serial.as_deref(),
&uarts,
)?))
Expand Down

0 comments on commit d0b9643

Please sign in to comment.