[README] typo fix

This commit is contained in:
stnolting 2024-03-03 21:16:26 +01:00
parent 0cfabf23dd
commit 5486aa4375

View file

@ -176,7 +176,7 @@ on the [neoTRNG](https://github.com/stnolting/neoTRNG)
for custom tightly-coupled co-processors, accelerators or interfaces
* direct memory access controller ([DMA](https://stnolting.github.io/neorv32/#_direct_memory_access_controller_dma)) for CPU-independent
data transfers and conversions
* cyclic redundancy check unit ([DMA](https://stnolting.github.io/neorv32/#_cyclic_redundancy_check_crc)) to test
* cyclic redundancy check unit ([CRC](https://stnolting.github.io/neorv32/#_cyclic_redundancy_check_crc)) to test
data integrity (CRC8/16/32)
**Debugging**