mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 22:55:26 +00:00
Use variable in the format string (#3463)
This commit is contained in:
parent
63ed40c368
commit
78bd99e653
@ -243,7 +243,7 @@ fn main() -> Result<(), Box<dyn Error>> {
|
|||||||
// With the architecture-specific linker scripts taken care of, we can copy all
|
// With the architecture-specific linker scripts taken care of, we can copy all
|
||||||
// remaining linker scripts which are common to all devices:
|
// remaining linker scripts which are common to all devices:
|
||||||
copy_dir_all(&config_symbols, &cfg, "ld/sections", &out)?;
|
copy_dir_all(&config_symbols, &cfg, "ld/sections", &out)?;
|
||||||
copy_dir_all(&config_symbols, &cfg, format!("ld/{}", chip), &out)?;
|
copy_dir_all(&config_symbols, &cfg, format!("ld/{chip}"), &out)?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user