diff options
| author | AdinAck <[email protected]> | 2023-11-27 10:51:20 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-27 10:51:20 -0800 |
| commit | 02305451b1893924effa8d036a0d379ed485a364 (patch) | |
| tree | bad965647d995d14529f07f80375bc39ad1e2940 /docs | |
| parent | a42aef7759a2f2b1da5bb9a62bb83006c4e856e0 (diff) | |
need be -> needed
Co-authored-by: Dániel Buga <[email protected]>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/ROOT/pages/project_structure.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/project_structure.adoc b/docs/modules/ROOT/pages/project_structure.adoc index ac992f8bd..3e6008ec4 100644 --- a/docs/modules/ROOT/pages/project_structure.adoc +++ b/docs/modules/ROOT/pages/project_structure.adoc | |||
| @@ -38,7 +38,7 @@ DEFMT_LOG = "trace" # <- can change to info, warn, or error | |||
| 38 | 38 | ||
| 39 | === build.rs | 39 | === build.rs |
| 40 | 40 | ||
| 41 | 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]. | 41 | 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]. |
| 42 | 42 | ||
| 43 | === Cargo.toml | 43 | === Cargo.toml |
| 44 | 44 | ||
