Skip to content

Commit 14a9a0a

Browse files
authored
Update build-it.md
Explain we didn't build the final version that will light the leds like the photo at the start of this chapter.
1 parent 0b51fb7 commit 14a9a0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ $ cargo build --target thumbv7em-none-eabihf
4747

4848
> **NOTE** Be sure to compile this crate *without* optimizations
4949
50-
OK, now we have produced an executable. As a sanity check, let's verify that the produced executable
51-
is actually an ARM binary:
50+
OK, now we have produced an executable. This isn't a version that will actually blink any leds but a simplified version we will build on through the rest of the chapter. As a sanity check, let's verify that the produced executable is actually an ARM binary:
5251

5352
``` console
5453
$ # equivalent to `readelf -h target/thumbv7em-none-eabihf/debug/led-roulette`

0 commit comments

Comments
 (0)