mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Changes in the comments only.
This commit is contained in:
parent
d41bc9028e
commit
c0fae3b4dd
|
@ -115,7 +115,7 @@ typedef xQueueHandle xSemaphoreHandle;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* semphr. h
|
* semphr. h
|
||||||
* xSemaphoreTake(
|
* <pre>xSemaphoreTake(
|
||||||
* xSemaphoreHandle xSemaphore,
|
* xSemaphoreHandle xSemaphore,
|
||||||
* portTickType xBlockTime
|
* portTickType xBlockTime
|
||||||
* )</pre>
|
* )</pre>
|
||||||
|
@ -478,8 +478,8 @@ typedef xQueueHandle xSemaphoreHandle;
|
||||||
*
|
*
|
||||||
* Example usage:
|
* Example usage:
|
||||||
<pre>
|
<pre>
|
||||||
#define LONG_TIME 0xffff
|
\#define LONG_TIME 0xffff
|
||||||
#define TICKS_TO_WAIT 10
|
\#define TICKS_TO_WAIT 10
|
||||||
xSemaphoreHandle xSemaphore = NULL;
|
xSemaphoreHandle xSemaphore = NULL;
|
||||||
|
|
||||||
// Repetitive task.
|
// Repetitive task.
|
||||||
|
|
Loading…
Reference in a new issue