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 @@ -664,7 +664,7 @@ typedef enum
664
664
* // Create a task from the const structure defined above. The task handle
665
665
* // is requested (the second parameter is not NULL) but in this case just for
666
666
* // demonstration purposes as its not actually used.
667
- * xTaskCreateRestricted ( &xRegTest1Parameters, &xHandle );
667
+ * xTaskCreateRestrictedStatic ( &xRegTest1Parameters, &xHandle );
668
668
*
669
669
* // Start the scheduler.
670
670
* vTaskStartScheduler();
@@ -732,7 +732,7 @@ typedef enum
732
732
* // defined or shared regions have been declared elsewhere).
733
733
* }
734
734
* @endcode
735
- * \defgroup xTaskCreateRestricted xTaskCreateRestricted
735
+ * \defgroup vTaskAllocateMPURegions vTaskAllocateMPURegions
736
736
* \ingroup Tasks
737
737
*/
738
738
void vTaskAllocateMPURegions ( TaskHandle_t xTask ,
You can’t perform that action at this time.
0 commit comments