mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
Merge branch 'bugfix/backtrace_formatting_add_missing_space' into 'master'
Reverts Backtrace: format to what it used to be Closes IDFGH-7580 See merge request espressif/esp-idf!18783
This commit is contained in:
@@ -80,7 +80,6 @@ esp_err_t IRAM_ATTR esp_backtrace_print_from_frame(int depth, const esp_backtrac
|
|||||||
corrupted = true;
|
corrupted = true;
|
||||||
}
|
}
|
||||||
print_entry(esp_cpu_process_stack_pc(stk_frame.pc), stk_frame.sp, panic);
|
print_entry(esp_cpu_process_stack_pc(stk_frame.pc), stk_frame.sp, panic);
|
||||||
print_str(" ", panic);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Print backtrace termination marker
|
//Print backtrace termination marker
|
||||||
|
Reference in New Issue
Block a user