littlekernel / lk

LK embedded kernel
MIT License
3.11k stars 613 forks source link

[platform] [riscv-virt] Fix PLIC_PRIORITY macro #355

Closed heatd closed 1 year ago

heatd commented 1 year ago

Old PLIC_PRIORITY macro had an off-by-one bug, causing you to set the priority for the wrong IRQ.

travisg commented 1 year ago

Thanks!