Skip to content

Commit 6311ad1

Browse files
authored
Update doc comments in task.h (#570)
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 24ade42 commit 6311ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/task.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ typedef enum
628628
* // Create a task from the const structure defined above. The task handle
629629
* // is requested (the second parameter is not NULL) but in this case just for
630630
* // demonstration purposes as its not actually used.
631-
* xTaskCreateRestricted( &xRegTest1Parameters, &xHandle );
631+
* xTaskCreateRestrictedStatic( &xRegTest1Parameters, &xHandle );
632632
*
633633
* // Start the scheduler.
634634
* vTaskStartScheduler();
@@ -690,7 +690,7 @@ typedef enum
690690
* // defined or shared regions have been declared elsewhere).
691691
* }
692692
* @endcode
693-
* \defgroup xTaskCreateRestricted xTaskCreateRestricted
693+
* \defgroup vTaskAllocateMPURegions vTaskAllocateMPURegions
694694
* \ingroup Tasks
695695
*/
696696
void vTaskAllocateMPURegions( TaskHandle_t xTask,

0 commit comments

Comments
 (0)