mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-24 15:31:56 -04:00
Update doc comments in task.h (#570)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
24ade42a37
commit
6311ad13b9
|
@ -628,7 +628,7 @@ typedef enum
|
||||||
* // Create a task from the const structure defined above. The task handle
|
* // Create a task from the const structure defined above. The task handle
|
||||||
* // is requested (the second parameter is not NULL) but in this case just for
|
* // is requested (the second parameter is not NULL) but in this case just for
|
||||||
* // demonstration purposes as its not actually used.
|
* // demonstration purposes as its not actually used.
|
||||||
* xTaskCreateRestricted( &xRegTest1Parameters, &xHandle );
|
* xTaskCreateRestrictedStatic( &xRegTest1Parameters, &xHandle );
|
||||||
*
|
*
|
||||||
* // Start the scheduler.
|
* // Start the scheduler.
|
||||||
* vTaskStartScheduler();
|
* vTaskStartScheduler();
|
||||||
|
@ -690,7 +690,7 @@ typedef enum
|
||||||
* // defined or shared regions have been declared elsewhere).
|
* // defined or shared regions have been declared elsewhere).
|
||||||
* }
|
* }
|
||||||
* @endcode
|
* @endcode
|
||||||
* \defgroup xTaskCreateRestricted xTaskCreateRestricted
|
* \defgroup vTaskAllocateMPURegions vTaskAllocateMPURegions
|
||||||
* \ingroup Tasks
|
* \ingroup Tasks
|
||||||
*/
|
*/
|
||||||
void vTaskAllocateMPURegions( TaskHandle_t xTask,
|
void vTaskAllocateMPURegions( TaskHandle_t xTask,
|
||||||
|
|
Loading…
Reference in a new issue