Add missing backticks

This commit is contained in:
Paul Diaconescu
2021-02-26 10:16:48 +01:00
parent 4e9a879cec
commit 59b7c6a1f3
+2
View File
@@ -78,6 +78,8 @@ Add the target with `rustup`.
``` console
$ rustup target add thumbv7em-none-eabihf
```
#### 4. Add a HAL as a dependency
In `Cargo.toml`, list the Hardware Abstraction Layer (HAL) for your board as a dependency.