We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be578d commit daf019cCopy full SHA for daf019c
CHANGELOG.md
@@ -12,8 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
- Add `set_pmp()` and `clear_pmp()` functions to pmpcfg(x) modules
13
- Add struct `Pmpcsr` and is returned from `pmpcfgx::read()`
14
- Add delay structure and methods using embedded-hal traits and `mcycle` register
15
-- add asm::delay function for assembly-based busy-loops
16
-- add asm::nop, a wrapper for implementing a `nop` instruction
+- Add `asm::delay()` function for assembly-based busy-loops
+- Add `asm::nop()`, a wrapper for implementing a `nop` instruction
17
18
### Changed
19
0 commit comments