Skip to content

Commit 42b85ef

Browse files
committed
Update docs via correcting typos
1 parent c4053a7 commit 42b85ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/chapter11_07/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ The port for the ATmega328P target can be found in
9898
This OS-portable part has been modified for this example
9999
via changes including switching from a C to a C++ file,
100100
cleaning up spaces, tabs and alignment of typing.
101-
In addition, some configuration macros and config checks
102-
have been removed simplification purposes.
101+
In addition, some configuration macros and checks
102+
have been removed for simplification purposes.
103103
The OS tick uses `compare-match-a` from `timer1` to generate
104104
a tick interrupt at $100~\text{Hz}$ (i.e., approximately every $10~\text{ms}$)
105105
using an undecorated ISR handle named `__vector_11`.

0 commit comments

Comments
 (0)