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
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 */
738738void vTaskAllocateMPURegions ( TaskHandle_t xTask ,
You can’t perform that action at this time.
0 commit comments