We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4053a7 commit 42b85efCopy full SHA for 42b85ef
examples/chapter11_07/readme.md
@@ -98,8 +98,8 @@ The port for the ATmega328P target can be found in
98
This OS-portable part has been modified for this example
99
via changes including switching from a C to a C++ file,
100
cleaning up spaces, tabs and alignment of typing.
101
-In addition, some configuration macros and config checks
102
-have been removed simplification purposes.
+In addition, some configuration macros and checks
+have been removed for simplification purposes.
103
The OS tick uses `compare-match-a` from `timer1` to generate
104
a tick interrupt at $100~\text{Hz}$ (i.e., approximately every $10~\text{ms}$)
105
using an undecorated ISR handle named `__vector_11`.
0 commit comments