From 59b7c6a1f30fbad78eab7d5877b8c140eb91cfed Mon Sep 17 00:00:00 2001 From: Paul Diaconescu Date: Fri, 26 Feb 2021 10:16:48 +0100 Subject: [PATCH] Add missing backticks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a216701..3b0c16d 100644 --- a/README.md +++ b/README.md @@ -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.