need be -> needed

Co-authored-by: Dániel Buga <bugadani@gmail.com>
This commit is contained in:
AdinAck 2023-11-27 10:51:20 -08:00 committed by GitHub
parent a42aef7759
commit 02305451b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@ DEFMT_LOG = "trace" # <- can change to info, warn, or error
=== build.rs
This is the build script for your project. It links defmt (what is defmt?) and the `memory.x` file if need be. This file is pretty specific for each chipset, just copy and paste from the corresponding link:https://github.com/embassy-rs/embassy/tree/main/examples[example].
This is the build script for your project. It links defmt (what is defmt?) and the `memory.x` file if needed. This file is pretty specific for each chipset, just copy and paste from the corresponding link:https://github.com/embassy-rs/embassy/tree/main/examples[example].
=== Cargo.toml