Skip to content

Commit 757d2fb

Browse files
committed
Fix typo in Chapter 8 text
1 parent 3d99ca6 commit 757d2fb

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)