mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-10 15:04:53 +00:00
hal: extract hal component from soc component
This commit is contained in:
@@ -527,7 +527,7 @@ static const esp_err_msg_t esp_err_msg_table[] = {
|
||||
# ifdef ESP_ERR_FLASH_OP_TIMEOUT
|
||||
ERR_TBL_IT(ESP_ERR_FLASH_OP_TIMEOUT), /* 24578 0x6002 */
|
||||
# endif
|
||||
// components/soc/include/hal/esp_flash_err.h
|
||||
// components/hal/include/hal/esp_flash_err.h
|
||||
# ifdef ESP_ERR_FLASH_NOT_INITIALISED
|
||||
ERR_TBL_IT(ESP_ERR_FLASH_NOT_INITIALISED), /* 24579 0x6003 */
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user