Skip to content

Commit 6b57250

Browse files
committed
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
2 parents 32f3fc3 + 58c976a commit 6b57250

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/en/migration-guides/release-6.x/6.0/system.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ The following deprecated Log functions have been removed in ESP-IDF v6.0:
157157
ESP-Event
158158
---------
159159

160-
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.
160+
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.
161161

162162

163163
Core Dump

docs/zh_CN/migration-guides/release-6.x/6.0/system.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ Log
154154

155155
- ``esp_log_internal.h`` – 请使用 ``esp_log_buffer.h`` 替代。
156156

157+
ESP-Event
158+
---------
159+
160+
不必要的 FreeRTOS 头文件已从 ``esp_event.h`` 中移除。此前依赖这些隐式包含的代码,现在必须显式添加以下头文件:``#include "freertos/queue.h"`` 和 ``#include "freertos/semphr.h"``。
161+
157162
核心转储
158163
--------
159164

0 commit comments

Comments
 (0)