Skip to content

Commit d6eedc0

Browse files
ESP-Mariusespressif-bot
authored andcommitted
Revert "fix(intr): fixed intr threshhold min level on C5"
This reverts commit a6c2c41.
1 parent 69ab9d7 commit d6eedc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/soc/esp32c5/mp/include/soc/clic_reg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
extern "C" {
1111
#endif
1212

13-
#define NLBITS 4
13+
#define NLBITS 3
1414
#define CLIC_EXT_INTR_NUM_OFFSET 16
1515
#define DUALCORE_CLIC_CTRL_OFF 0x10000
1616

components/soc/esp32c61/include/soc/clic_reg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
extern "C" {
1111
#endif
1212

13-
#define NLBITS 4
13+
#define NLBITS 3
1414
#define CLIC_EXT_INTR_NUM_OFFSET 16
1515

1616
#define DR_REG_CLIC_BASE (0x20800000)

0 commit comments

Comments
 (0)