Skip to content

Commit ac081ca

Browse files
bors[bot]skaiser
andauthored
Merge #406
406: Fix typo in Chapter 8 text r=eldruin a=skaiser Co-authored-by: Stephen Kaiser <freesol29@gmail.com>
2 parents 10d57b4 + 757d2fb commit ac081ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/08-leds-again/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In the last section, I gave you *initialized* (configured) peripherals (I initia
55
are not *initialized* right after the microcontroller boots.
66

77
In this section, you'll have more fun with registers. I won't do any initialization and you'll have
8-
to initialize configure `GPIOE` pins as digital outputs pins so that you'll be able to drive LEDs
8+
to initialize and configure `GPIOE` pins as digital outputs pins so that you'll be able to drive LEDs
99
again.
1010

1111
This is the starter code.

0 commit comments

Comments
 (0)