File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -628,7 +628,7 @@ typedef enum
628
628
* // Create a task from the const structure defined above. The task handle
629
629
* // is requested (the second parameter is not NULL) but in this case just for
630
630
* // demonstration purposes as its not actually used.
631
- * xTaskCreateRestricted ( &xRegTest1Parameters, &xHandle );
631
+ * xTaskCreateRestrictedStatic ( &xRegTest1Parameters, &xHandle );
632
632
*
633
633
* // Start the scheduler.
634
634
* vTaskStartScheduler();
@@ -690,7 +690,7 @@ typedef enum
690
690
* // defined or shared regions have been declared elsewhere).
691
691
* }
692
692
* @endcode
693
- * \defgroup xTaskCreateRestricted xTaskCreateRestricted
693
+ * \defgroup vTaskAllocateMPURegions vTaskAllocateMPURegions
694
694
* \ingroup Tasks
695
695
*/
696
696
void vTaskAllocateMPURegions ( TaskHandle_t xTask ,
You can’t perform that action at this time.
0 commit comments