docs: Update CN translation for system.rst

This commit is contained in:
Zhang Shuxian
2025-09-03 19:15:44 +08:00
parent 012318db96
commit 58c976a262
2 changed files with 6 additions and 1 deletions

View File

@@ -157,7 +157,7 @@ The following deprecated Log functions have been removed in ESP-IDF v6.0:
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

View File

@@ -154,6 +154,11 @@ Log
- ``esp_log_internal.h`` 请使用 ``esp_log_buffer.h`` 替代。
ESP-Event
---------
不必要的 FreeRTOS 头文件已从 ``esp_event.h`` 中移除。此前依赖这些隐式包含的代码,现在必须显式添加以下头文件:``#include "freertos/queue.h"````#include "freertos/semphr.h"``
核心转储
--------