Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
I noticed this link was wrong, this change should fix it
  • Loading branch information
diondokter authored Apr 17, 2024
1 parent 40f12e5 commit cec2eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This tool has a very different approach compared to `svd2rust` and it is inspire
- No ownership because owned registers are an obstacle to writing low level drivers (LLD). Anyway writing
LLDs requires a lot of unsafe code and ownership makes it more complex to access registers from interrupts
and other threads. LLDs shall present safe APIs because only they can implement all logic for a safe usage of peripherals.
- Support [tracing](#tracing) of register accesses and additionally mocking of registers on non-embedded devices through
- Support [tracing](#tracing-feature) of register accesses and additionally mocking of registers on non-embedded devices through
external libraries. This allows the execution unit tests for code that uses the generated libraries on non-embedded devices.
- PAC shall have ideally 0 dependencies to any other crates.

Expand Down

0 comments on commit cec2eb2

Please sign in to comment.