mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[processor_check] comment fix
This commit is contained in:
parent
2f50eab76d
commit
f9cd755401
1 changed files with 1 additions and 1 deletions
|
@ -1472,7 +1472,7 @@ int main() {
|
|||
if (NEORV32_SYSINFO->SOC & (1 << SYSINFO_SOC_IO_DMA)) {
|
||||
cnt_test++;
|
||||
|
||||
// enable DMA, auto-fencing and according FIRQ channel
|
||||
// enable DMA and according FIRQ channel
|
||||
neorv32_dma_enable();
|
||||
neorv32_cpu_csr_write(CSR_MIE, 1 << DMA_FIRQ_ENABLE);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue