mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-26 09:08:16 +00:00
Changes in the comments only.
This commit is contained in:
@@ -115,7 +115,7 @@ typedef xQueueHandle xSemaphoreHandle;
|
||||
|
||||
/**
|
||||
* semphr. h
|
||||
* xSemaphoreTake(
|
||||
* <pre>xSemaphoreTake(
|
||||
* xSemaphoreHandle xSemaphore,
|
||||
* portTickType xBlockTime
|
||||
* )</pre>
|
||||
@@ -478,8 +478,8 @@ typedef xQueueHandle xSemaphoreHandle;
|
||||
*
|
||||
* Example usage:
|
||||
<pre>
|
||||
#define LONG_TIME 0xffff
|
||||
#define TICKS_TO_WAIT 10
|
||||
\#define LONG_TIME 0xffff
|
||||
\#define TICKS_TO_WAIT 10
|
||||
xSemaphoreHandle xSemaphore = NULL;
|
||||
|
||||
// Repetitive task.
|
||||
|
||||
Reference in New Issue
Block a user