docs: Fix idf_component_register reference CN translation (GitHub PR)

This commit is contained in:
ESPCI_TOKEN
2025-07-03 18:54:27 +08:00
committed by Wang Ning
parent 54fe3373ed
commit 993f9622c2

View File

@@ -343,7 +343,7 @@ ESP-IDF 在搜索所有待构建的组件时,会按照以下优先级搜索组
上述目录通常设置为相对于 ``CMakeLists.txt`` 文件的相对路径,当然也可以设置为绝对路径。
还有其它参数可以传递给 ``idf_component_register``,具体可参考 :ref:`here<cmake-component-register>`
还有其它参数可以传递给 ``idf_component_register``,具体可参考 :ref:`这里<cmake-component-register>`
有关更完整的 ``CMakeLists.txt`` 示例,请参阅 `组件依赖示例`_`组件 CMakeLists 示例`_