From 42b85ef9f55b11a01470db47e770a2729974b0a5 Mon Sep 17 00:00:00 2001 From: ckormanyos Date: Thu, 6 Feb 2025 21:11:25 +0100 Subject: [PATCH] Update docs via correcting typos --- examples/chapter11_07/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/chapter11_07/readme.md b/examples/chapter11_07/readme.md index 8895055ea..0aebab747 100644 --- a/examples/chapter11_07/readme.md +++ b/examples/chapter11_07/readme.md @@ -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`.