esp_system, esp_common: fixes to some panic handler refactor issues

This commit is contained in:
Renz Bagaporo 2020-04-21 18:14:32 +08:00
parent 4571fb219f
commit 5abb4f6455
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
[mapping:esp_common]
archive: lib_esp_common.a
archive: libesp_common.a
entries:
esp_err (noflash)

View file

@ -3,5 +3,4 @@ archive: libesp_system.a
entries:
panic (noflash)
panic_handler (noflash)
reset_reason (noflash)
system_api:esp_system_abort (noflash)