Skip to content

Commit 27b4af7

Browse files
committed
Shift the page numbers under step '3' up one
1 parent a268ed9 commit 27b4af7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/003.1-note-about-rust-build-std-flag.md renamed to src/003.2-note-about-rust-build-std-flag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.1. A note about the required Rust `-Z build-std=<CRATE,>` flag
1+
# 3.2. A note about the required Rust `-Z build-std=<CRATE,>` flag
22

33
AVR-Rust is not distributed with a pre-built libcore crate. Instead, it is compiled on-demand when a crate uses it via the Rust `-Z build-std` flag.
44

src/003.2-example-building-blink.md renamed to src/003.3-example-building-blink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.2. Example - Building the `blink` program for AVR
1+
# 3.3. Example - Building the `blink` program for AVR
22

33
This shell snippet shows an example that will build the LED blinking example
44
for AVR.

src/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- [2. Installing the compiler](./002-installing-the-compiler.md)
66
- [Installing required third party tools](./002.1-installing-required-third-party-tools.md)
77
- [3. Building a crate for AVR](./003-building-a-crate-for-avr.md)
8-
- [A note about the required Rust `-Z build-std=<CRATE,>` flag](./003.1-note-about-rust-build-std-flag.md)
9-
- [Example - Building the `blink` program for AVR](./003.2-example-building-blink.md)
8+
- [A note about the required Rust `-Z build-std=<CRATE,>` flag](./003.2-note-about-rust-build-std-flag.md)
9+
- [Example - Building the `blink` program for AVR](./003.3-example-building-blink.md)
1010
- [4. Flashing a crate to a real AVR chip](./004-flashing-a-crate-to-chip.md)
1111
- [5. Adding AVR support to a crate](./005-add-avr-support-to-crate.md)
1212
- [The target specification JSON file](./005.1-the-target-specification-json-file.md)

0 commit comments

Comments
 (0)