Skip to content

Commit bd410aa

Browse files
authored
Update build-it.md
Fixed grammatical error
1 parent 0113482 commit bd410aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/05-led-roulette/build-it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ families within that architecture:
1414
- `thumbv7em-none-eabi`, for the Cortex-M4 and Cortex-M7 processors
1515
- `thumbv7em-none-eabihf`, for the Cortex-M4**F** and Cortex-M7**F** processors
1616

17-
For the F3, we'll to use the `thumbv7em-none-eabihf` target. Before cross compiling you have to
17+
For the F3, we'll use the `thumbv7em-none-eabihf` target. Before cross compiling you have to
1818
download pre-compiled version of the standard library (a reduced version of it actually) for your
1919
target. That's done using `rustup`:
2020

0 commit comments

Comments
 (0)