We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0113482 + bd410aa commit d32f9deCopy full SHA for d32f9de
src/05-led-roulette/build-it.md
@@ -14,7 +14,7 @@ families within that architecture:
14
- `thumbv7em-none-eabi`, for the Cortex-M4 and Cortex-M7 processors
15
- `thumbv7em-none-eabihf`, for the Cortex-M4**F** and Cortex-M7**F** processors
16
17
-For the F3, we'll to use the `thumbv7em-none-eabihf` target. Before cross compiling you have to
+For the F3, we'll use the `thumbv7em-none-eabihf` target. Before cross compiling you have to
18
download pre-compiled version of the standard library (a reduced version of it actually) for your
19
target. That's done using `rustup`:
20
0 commit comments