Explorar o código

Update CHANGELOG.md

Vadim Kaushan %!s(int64=3) %!d(string=hai) anos
pai
achega
daf019cd7f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      CHANGELOG.md

+ 2 - 2
CHANGELOG.md

@@ -12,8 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
 - Add `set_pmp()` and `clear_pmp()` functions to pmpcfg(x) modules
 - Add `set_pmp()` and `clear_pmp()` functions to pmpcfg(x) modules
 - Add struct `Pmpcsr` and is returned from `pmpcfgx::read()`
 - Add struct `Pmpcsr` and is returned from `pmpcfgx::read()`
 - Add delay structure and methods using embedded-hal traits and `mcycle` register
 - Add delay structure and methods using embedded-hal traits and `mcycle` register
-- add asm::delay function for assembly-based busy-loops
-- 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
 
 
 ### Changed
 ### Changed