瀏覽代碼

esp_system, esp_common: fixes to some panic handler refactor issues

Renz Bagaporo 5 年之前
父節點
當前提交
5abb4f6455
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      components/esp_common/linker.lf
  2. 0 1
      components/esp_system/linker.lf

+ 1 - 1
components/esp_common/linker.lf

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

+ 0 - 1
components/esp_system/linker.lf

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