This commit is contained in:
parent
676c1e3b7d
commit
a565be1b09
19 changed files with 1203 additions and 811 deletions
|
|
@ -44,7 +44,7 @@ struct ExtraArgs {
|
|||
impl ToArgs for ExtraArgs {
|
||||
fn to_args(&self, args: &mut (impl WriteArgs + ?Sized)) {
|
||||
let Self { clock_frequency } = self;
|
||||
args.write_arg(format_args!("--clock-frequency={clock_frequency}"));
|
||||
args.write_arg(format!("--clock-frequency={clock_frequency}"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue