mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-21 23:00:31 +08:00
Corrected spelling mistake in mpu_prototypes.h
tasks.h doesn't exist.
This commit is contained in:

committed by
Paul Bartell

parent
9204f9f28d
commit
d5b95c9eda
@@ -38,7 +38,7 @@
|
|||||||
#ifndef MPU_PROTOTYPES_H
|
#ifndef MPU_PROTOTYPES_H
|
||||||
#define 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,
|
BaseType_t MPU_xTaskCreate( TaskFunction_t pxTaskCode,
|
||||||
const char * const pcName,
|
const char * const pcName,
|
||||||
const uint16_t usStackDepth,
|
const uint16_t usStackDepth,
|
||||||
|
Reference in New Issue
Block a user