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