Skip to content

Commit

Permalink
Update docs via correcting typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Feb 6, 2025
1 parent c4053a7 commit 42b85ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/chapter11_07/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ The port for the ATmega328P target can be found in
This OS-portable part has been modified for this example
via changes including switching from a C to a C++ file,
cleaning up spaces, tabs and alignment of typing.
In addition, some configuration macros and config checks
have been removed simplification purposes.
In addition, some configuration macros and checks
have been removed for simplification purposes.
The OS tick uses `compare-match-a` from `timer1` to generate
a tick interrupt at $100~\text{Hz}$ (i.e., approximately every $10~\text{ms}$)
using an undecorated ISR handle named `__vector_11`.
Expand Down

0 comments on commit 42b85ef

Please sign in to comment.