Merge branch 'docs/fix_typo_freertos_idf' into 'master'

docs: fix a typo in api-reference/system/freertos_idf

See merge request espressif/esp-idf!30088
This commit is contained in:
Zhang Xiao Yan
2024-04-08 18:21:56 +08:00

View File

@@ -351,7 +351,7 @@ Vanilla FreeRTOS 通过禁用中断实现临界区 (Critical Section),以防
taskEXIT_CRITICAL(&my_spinlock); taskEXIT_CRITICAL(&my_spinlock);
} }
- 态分配自旋锁并使用 ``portMUX_INITIALIZE()`` 初始化: - 态分配自旋锁并使用 ``portMUX_INITIALIZE()`` 初始化:
.. code:: c .. code:: c