Skip to content

Commit 426f1f7

Browse files
aggargchinglee-iot
authored andcommitted
Update doc comments in task.h (FreeRTOS#570)
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 7e9fe02 commit 426f1f7

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
@@ -664,7 +664,7 @@ typedef enum
664664
* // Create a task from the const structure defined above. The task handle
665665
* // is requested (the second parameter is not NULL) but in this case just for
666666
* // demonstration purposes as its not actually used.
667-
* xTaskCreateRestricted( &xRegTest1Parameters, &xHandle );
667+
* xTaskCreateRestrictedStatic( &xRegTest1Parameters, &xHandle );
668668
*
669669
* // Start the scheduler.
670670
* vTaskStartScheduler();
@@ -732,7 +732,7 @@ typedef enum
732732
* // defined or shared regions have been declared elsewhere).
733733
* }
734734
* @endcode
735-
* \defgroup xTaskCreateRestricted xTaskCreateRestricted
735+
* \defgroup vTaskAllocateMPURegions vTaskAllocateMPURegions
736736
* \ingroup Tasks
737737
*/
738738
void vTaskAllocateMPURegions( TaskHandle_t xTask,

0 commit comments

Comments
 (0)