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
pull/13660/head
Zhang Xiao Yan 2024-04-08 18:21:56 +08:00
commit 72c492bdee
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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