Merge branch 'bugfix/memprot_panic_print_const_correction' into 'master'

panic: Fix minor const string correction on meprot panic print

See merge request espressif/esp-idf!14851
This commit is contained in:
David Čermák 2021-09-13 06:13:33 +00:00
commit 9f957cbfe2

View File

@ -269,7 +269,7 @@ static inline void print_memprot_err_details(const void *f)
{
uint32_t *fault_addr;
uint32_t op_type, op_subtype;
char *operation_type;
const char *operation_type;
mem_type_prot_t mem_type = esp_memprot_get_active_intr_memtype();
if (mem_type != MEMPROT_NONE) {