mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
Revert "fix(intr): fixed intr threshhold min level on C5"
This reverts commit a6c2c4149d
.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NLBITS 4
|
#define NLBITS 3
|
||||||
#define CLIC_EXT_INTR_NUM_OFFSET 16
|
#define CLIC_EXT_INTR_NUM_OFFSET 16
|
||||||
#define DUALCORE_CLIC_CTRL_OFF 0x10000
|
#define DUALCORE_CLIC_CTRL_OFF 0x10000
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NLBITS 4
|
#define NLBITS 3
|
||||||
#define CLIC_EXT_INTR_NUM_OFFSET 16
|
#define CLIC_EXT_INTR_NUM_OFFSET 16
|
||||||
|
|
||||||
#define DR_REG_CLIC_BASE (0x20800000)
|
#define DR_REG_CLIC_BASE (0x20800000)
|
||||||
|
Reference in New Issue
Block a user