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

This commit is contained in:
Linda 2024-04-08 10:22:28 +08:00 committed by BOT
parent 4726afa3e6
commit 0866b63aa9

View File

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