Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xtensa/esp32: set cpuint to initial value after deallocate
on ESP32, cpuint was allocated when register wdt handler, but not deallocated when unregister, which cause debug assert when checking `DEBUGASSERT((*freeints & bitmask) == 0)`, so set cpuint to initial value after deallocate. The same issue on ESP32s3 has been fixed by PR#15433
- Loading branch information