1
0
mirror of https://github.com/FreeRTOS/FreeRTOS-Kernel.git synced 2025-10-20 12:53:37 +08:00

Correct spelling mistake in mpu_wrappers.h

tasks.h doesn't exist.
This commit is contained in:
Anton Lagerholm
2022-04-14 08:05:42 +02:00
committed by Paul Bartell
parent e73fabce9a
commit 9204f9f28d

View File

@@ -46,7 +46,7 @@
* privileges.
*/
/* Map standard tasks.h API functions to the MPU equivalents. */
/* Map standard task.h API functions to the MPU equivalents. */
#define xTaskCreate MPU_xTaskCreate
#define xTaskCreateStatic MPU_xTaskCreateStatic
#define vTaskDelete MPU_vTaskDelete