We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7bef0 commit 9706a69Copy full SHA for 9706a69
include/mpu_wrappers.h
@@ -29,7 +29,7 @@
29
30
/* This file redefines API functions to be called through a wrapper macro, but
31
* only for ports that are using the MPU. */
32
-#ifdef portUSING_MPU_WRAPPERS
+#if ( portUSING_MPU_WRAPPERS == 1 )
33
34
/* MPU_WRAPPERS_INCLUDED_FROM_API_FILE will be defined when this file is
35
* included from queue.c or task.c to prevent it from having an effect within
0 commit comments