Skip to content

Commit 82bb5df

Browse files
bors[bot]michd
andauthored
Merge #266
266: Start/hardware: clarify which file needs tweaking r=eldruin a=michd It was a little unclear (only clear from context of previous chapter) where the file listed to be modified is; this small change should make it a bit more directly clear what it's talking about. Co-authored-by: Michael Duerinckx <[email protected]> Co-authored-by: MichD <[email protected]>
2 parents dd31061 + ddf7521 commit 82bb5df

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/start/hardware.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,11 @@ MEMORY
8282
> the first build of a specific build target, then do `cargo clean` before
8383
> `cargo build`, because `cargo build` may not track updates of `memory.x`.
8484
85-
Make sure the `debug::exit()` call is commented out or removed, it is used
86-
only for running in QEMU.
85+
We'll start with the hello example again, but first we have to make a small
86+
change.
87+
88+
In `examples/hello.rs`, make sure the `debug::exit()` call is commented out or
89+
removed. It is used only for running in QEMU.
8790

8891
```rust,ignore
8992
#[entry]

0 commit comments

Comments
 (0)