mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 04:57:38 +00:00
Merge branch 'feature/universal_clang_toolchain_support' into 'master'
build: Adds support for universal Clang toolchain Closes LLVM-79 See merge request espressif/esp-idf!20090
This commit is contained in:
@@ -261,7 +261,7 @@ static inline void print_cache_err_details(const void *f)
|
||||
static inline void print_memprot_err_details(const void *f)
|
||||
{
|
||||
uint32_t *fault_addr;
|
||||
uint32_t op_type, op_subtype;
|
||||
uint32_t op_type = MEMPROT_OP_INVALID, op_subtype;
|
||||
const char *operation_type;
|
||||
|
||||
mem_type_prot_t mem_type = esp_memprot_get_active_intr_memtype();
|
||||
|
Reference in New Issue
Block a user