Add more debug info for lmp and isr.

This commit is contained in:
gengyuchao
2020-07-17 17:08:05 +08:00
committed by maojianxin
parent 6c18e85816
commit b6f67aebb3
4 changed files with 7 additions and 4 deletions

View File

@@ -86,6 +86,6 @@ void esp_core_dump_to_uart(XtExcFrame *frame);
*/
esp_err_t esp_core_dump_image_get(size_t* out_addr, size_t *out_size);
bool esp_log_dump_init(uint32_t (*get_len)(void), int * (*get_ptr)(void));
bool esp_log_dump_init(uint32_t (*get_len)(void), uint32_t * (*get_ptr)(void));
#endif