diff options
-rw-r--r-- | os/common/ports/ARMCMx/chcore_v7m.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/os/common/ports/ARMCMx/chcore_v7m.h b/os/common/ports/ARMCMx/chcore_v7m.h index 066497d16..668d9e3b0 100644 --- a/os/common/ports/ARMCMx/chcore_v7m.h +++ b/os/common/ports/ARMCMx/chcore_v7m.h @@ -57,9 +57,8 @@ * @brief Working Areas alignment constant.
* @note It is the alignment to be enforced for thread working areas.
*/
-//#define PORT_WORKING_AREA_ALIGN (PORT_ENABLE_GUARD_PAGES == TRUE ? \
+#define PORT_WORKING_AREA_ALIGN (PORT_ENABLE_GUARD_PAGES == TRUE ? \
32U : PORT_STACK_ALIGN)
-#define PORT_WORKING_AREA_ALIGN 32
/** @} */
/**
|