mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 13:31:58 -04:00
Update a comment only.
This commit is contained in:
parent
45feba47c9
commit
c77dab2c35
|
@ -190,7 +190,8 @@ long lHigherPriorityTaskWoken = pdFALSE;
|
||||||
|
|
||||||
/* This interrupt does nothing more than demonstrate how to synchronise a
|
/* This interrupt does nothing more than demonstrate how to synchronise a
|
||||||
task with an interrupt. A semaphore is used for this purpose. Note
|
task with an interrupt. A semaphore is used for this purpose. Note
|
||||||
lHigherPriorityTaskWoken is initialised to zero. */
|
lHigherPriorityTaskWoken is initialised to zero. Only FreeRTOS API functions
|
||||||
|
that end in "FromISR" can be called from an ISR. */
|
||||||
xSemaphoreGiveFromISR( xTestSemaphore, &lHigherPriorityTaskWoken );
|
xSemaphoreGiveFromISR( xTestSemaphore, &lHigherPriorityTaskWoken );
|
||||||
|
|
||||||
/* If there was a task that was blocked on the semaphore, and giving the
|
/* If there was a task that was blocked on the semaphore, and giving the
|
||||||
|
|
Loading…
Reference in a new issue