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 <aggarg@amazon.com>
  • Loading branch information
aggarg authored and chinglee-iot committed Nov 10, 2022
1 parent 9e7dfff commit 3b83c61
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 @@ -664,7 +664,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 @@ -732,7 +732,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 3b83c61

Please sign in to comment.