mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-03 18:40:59 +02:00
Merge branch 'docs/update_translation_for_system' into 'master'
docs: Update CN translation for system.rst Closes DOC-12244 See merge request espressif/esp-idf!41725
This commit is contained in:
@@ -157,7 +157,7 @@ The following deprecated Log functions have been removed in ESP-IDF v6.0:
|
|||||||
ESP-Event
|
ESP-Event
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Removed unnecessary FreeRTOS header includes from ``esp_event.h``; if your code relied on these implicit includes, please add the correct explicit includes ``#include "freertos/queue.h"`` and ``#include "freertos/semphr.h"`` to your files.
|
Unnecessary FreeRTOS headers have been removed from ``esp_event.h``. Code that previously depended on these implicit includes must now include the headers explicitly: ``#include "freertos/queue.h"`` and ``#include "freertos/semphr.h"`` to your files.
|
||||||
|
|
||||||
|
|
||||||
Core Dump
|
Core Dump
|
||||||
|
@@ -154,6 +154,11 @@ Log
|
|||||||
|
|
||||||
- ``esp_log_internal.h`` – 请使用 ``esp_log_buffer.h`` 替代。
|
- ``esp_log_internal.h`` – 请使用 ``esp_log_buffer.h`` 替代。
|
||||||
|
|
||||||
|
ESP-Event
|
||||||
|
---------
|
||||||
|
|
||||||
|
不必要的 FreeRTOS 头文件已从 ``esp_event.h`` 中移除。此前依赖这些隐式包含的代码,现在必须显式添加以下头文件:``#include "freertos/queue.h"`` 和 ``#include "freertos/semphr.h"``。
|
||||||
|
|
||||||
核心转储
|
核心转储
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user