diff options
| author | JuliDi <[email protected]> | 2023-12-04 21:20:18 +0100 |
|---|---|---|
| committer | JuliDi <[email protected]> | 2023-12-04 21:20:18 +0100 |
| commit | bf7115cb4425959acd01d3e9a1d640a47948b2f9 (patch) | |
| tree | 5bdc484383129bca9e3026057cba7f029c06153e | |
| parent | 0b0ca62a95cd2dabbc7e160dc5d0fcfc1a7a76e8 (diff) | |
remove unnecessary backtick
| -rw-r--r-- | docs/modules/ROOT/pages/faq.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/ROOT/pages/faq.adoc b/docs/modules/ROOT/pages/faq.adoc index 8ac1febc2..0999b6909 100644 --- a/docs/modules/ROOT/pages/faq.adoc +++ b/docs/modules/ROOT/pages/faq.adoc | |||
| @@ -141,7 +141,7 @@ Note that the git revision should match any other embassy patches or git depende | |||
| 141 | * Make sure RCC is set up to go as fast as possible | 141 | * Make sure RCC is set up to go as fast as possible |
| 142 | * Make sure link:https://docs.rs/cortex-m/latest/cortex_m/peripheral/struct.SCB.html[flash cache] is enabled | 142 | * Make sure link:https://docs.rs/cortex-m/latest/cortex_m/peripheral/struct.SCB.html[flash cache] is enabled |
| 143 | * build with `--release` | 143 | * build with `--release` |
| 144 | * Set the following keys for the release profile in your `Cargo.toml``: | 144 | * Set the following keys for the release profile in your `Cargo.toml`: |
| 145 | ** `opt-level=s` | 145 | ** `opt-level=s` |
| 146 | ** `lto=fat` | 146 | ** `lto=fat` |
| 147 | ** `build-std=core` | 147 | ** `build-std=core` |
