mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
esp32s3: sync memprot header from esp32s2, fixing compilation error
Since 497b730e8f
, panic_handler.c calls
esp_memprot_get_active_intr_memtype instead of
esp_memprot_is_assoc_intr_any.
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "esp32s3/memprot.h"
|
||||
|
||||
bool esp_memprot_is_assoc_intr_any(void)
|
||||
mem_type_prot_t IRAM_ATTR esp_memprot_get_active_intr_memtype(void)
|
||||
{
|
||||
return true;
|
||||
return MEMPROT_NONE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user