Fix: testing for mpu wrapers to be equal to 1 (#285)

pull/266/head^2
alfred gedeon 4 years ago committed by GitHub
parent cb7bef09f2
commit 9706a69850
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@
/* This file redefines API functions to be called through a wrapper macro, but
* only for ports that are using the MPU. */
#ifdef portUSING_MPU_WRAPPERS
#if ( portUSING_MPU_WRAPPERS == 1 )
/* MPU_WRAPPERS_INCLUDED_FROM_API_FILE will be defined when this file is
* included from queue.c or task.c to prevent it from having an effect within

Loading…
Cancel
Save