commit | d0b964318a70477c6cfadb1886b1de882d2b45d8 | [log] [tgz] |
---|---|---|
author | Jorge Prendes <jorge.prendes@gmail.com> | Wed Aug 31 11:14:32 2022 +0100 |
committer | Alphan Ulusoy <alphan@google.com> | Thu Sep 01 09:33:16 2022 -0400 |
tree | 8d8275529c18c3ffbf11c306e01db7e9014f956c | |
parent | adfa87b52aed06a4f28537bd7cf6542a63db6b2b [diff] |
[opentitantool] Fix typo in CW310 backend Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
diff --git a/sw/host/opentitanlib/src/backend/cw310.rs b/sw/host/opentitanlib/src/backend/cw310.rs index 80a2e4a..dea5b50 100644 --- a/sw/host/opentitanlib/src/backend/cw310.rs +++ b/sw/host/opentitanlib/src/backend/cw310.rs
@@ -27,7 +27,7 @@ .unwrap_or(Vec::new()); Ok(Box::new(CW310::new( args.usb_vid, - args.usb_vid, + args.usb_pid, args.usb_serial.as_deref(), &uarts, )?))