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
628628 * // Create a task from the const structure defined above. The task handle
629629 * // is requested (the second parameter is not NULL) but in this case just for
630630 * // demonstration purposes as its not actually used.
631- * xTaskCreateRestricted ( &xRegTest1Parameters, &xHandle );
631+ * xTaskCreateRestrictedStatic ( &xRegTest1Parameters, &xHandle );
632632 *
633633 * // Start the scheduler.
634634 * vTaskStartScheduler();
@@ -690,7 +690,7 @@ typedef enum
690690 * // defined or shared regions have been declared elsewhere).
691691 * }
692692 * @endcode
693- * \defgroup xTaskCreateRestricted xTaskCreateRestricted
693+ * \defgroup vTaskAllocateMPURegions vTaskAllocateMPURegions
694694 * \ingroup Tasks
695695 */
696696void vTaskAllocateMPURegions ( TaskHandle_t xTask ,
You can’t perform that action at this time.
0 commit comments