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