From 9204f9f28d890d4042aadf95f7305b94bd00c117 Mon Sep 17 00:00:00 2001 From: Anton Lagerholm Date: Thu, 14 Apr 2022 08:05:42 +0200 Subject: [PATCH] Correct spelling mistake in mpu_wrappers.h tasks.h doesn't exist. --- include/mpu_wrappers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mpu_wrappers.h b/include/mpu_wrappers.h index abdc74a43..6da06e7f5 100644 --- a/include/mpu_wrappers.h +++ b/include/mpu_wrappers.h @@ -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