mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-20 21:39:57 +08:00
Fix typo (#454)
This commit is contained in:
@@ -978,7 +978,7 @@ void vQueueDelete( QueueHandle_t xQueue ) PRIVILEGED_FUNCTION;
|
|||||||
* void vBufferISR( void )
|
* void vBufferISR( void )
|
||||||
* {
|
* {
|
||||||
* char cIn;
|
* char cIn;
|
||||||
* BaseType_t xHigherPrioritTaskWoken;
|
* BaseType_t xHigherPriorityTaskWoken;
|
||||||
*
|
*
|
||||||
* // We have not woken a task at the start of the ISR.
|
* // We have not woken a task at the start of the ISR.
|
||||||
* xHigherPriorityTaskWoken = pdFALSE;
|
* xHigherPriorityTaskWoken = pdFALSE;
|
||||||
|
Reference in New Issue
Block a user