Skip to content

Commit

Permalink
Update doc comments in task.h (FreeRTOS#570)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaurav Aggarwal <[email protected]>
  • Loading branch information
aggarg authored Sep 28, 2022
1 parent 24ade42 commit 6311ad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/task.h
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ typedef enum
* // 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
* // demonstration purposes as its not actually used.
* xTaskCreateRestricted( &xRegTest1Parameters, &xHandle );
* xTaskCreateRestrictedStatic( &xRegTest1Parameters, &xHandle );
*
* // Start the scheduler.
* vTaskStartScheduler();
Expand Down Expand Up @@ -690,7 +690,7 @@ typedef enum
* // defined or shared regions have been declared elsewhere).
* }
* @endcode
* \defgroup xTaskCreateRestricted xTaskCreateRestricted
* \defgroup vTaskAllocateMPURegions vTaskAllocateMPURegions
* \ingroup Tasks
*/
void vTaskAllocateMPURegions( TaskHandle_t xTask,
Expand Down

0 comments on commit 6311ad1

Please sign in to comment.