Skip to content

Commit

Permalink
Correct docs typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Dec 20, 2024
1 parent 7a7b4dc commit 9f587c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,10 @@ The program toggles the orange LED on `portb.7`.
At the moment, the environment and build for this
target is set up for $64~\text{kByte}$ program code.
If the fully available $128~\text{kByte}$ code space
needs to be used, then adaptions to the compiler,
linker, startup-code and interrupt-vector table
will be necessary. For this potential adaption, see also
(issue 593)[https://github.com/ckormanyos/real-time-cpp/issues/593].
needs to be used, then adaptions to the compiler switches,
linker file, startup-code and interrupt-vector table
will likely be necessary. For this potential adaption, see also
[issue 593](https://github.com/ckormanyos/real-time-cpp/issues/593).

The MICROCHIP(R) [former ATMEL(R)] ATmega4809 configuration
called `target atmega4809` runs
Expand Down

0 comments on commit 9f587c7

Please sign in to comment.