From d5b95c9eda6b557ff88b5b34e889869b66ea1d39 Mon Sep 17 00:00:00 2001 From: Anton Lagerholm Date: Thu, 14 Apr 2022 08:09:38 +0200 Subject: [PATCH] Corrected spelling mistake in mpu_prototypes.h tasks.h doesn't exist. --- include/mpu_prototypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mpu_prototypes.h b/include/mpu_prototypes.h index 01146ffbd..2c7b0e39f 100644 --- a/include/mpu_prototypes.h +++ b/include/mpu_prototypes.h @@ -38,7 +38,7 @@ #ifndef MPU_PROTOTYPES_H #define MPU_PROTOTYPES_H -/* MPU versions of tasks.h API functions. */ +/* MPU versions of task.h API functions. */ BaseType_t MPU_xTaskCreate( TaskFunction_t pxTaskCode, const char * const pcName, const uint16_t usStackDepth,