Revert "fix(intr): fixed intr threshhold min level on C5"

This reverts commit a6c2c4149d.
This commit is contained in:
Marius Vikhammer
2024-06-14 12:11:19 +08:00
committed by BOT
parent 69ab9d7a17
commit d6eedc04bf
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
extern "C" {
#endif
#define NLBITS 4
#define NLBITS 3
#define CLIC_EXT_INTR_NUM_OFFSET 16
#define DUALCORE_CLIC_CTRL_OFF 0x10000

View File

@ -10,7 +10,7 @@
extern "C" {
#endif
#define NLBITS 4
#define NLBITS 3
#define CLIC_EXT_INTR_NUM_OFFSET 16
#define DR_REG_CLIC_BASE (0x20800000)