From 89308874ce94ad5d6433ffcb6242896396492ae2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 17 Apr 2016 06:06:01 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9300 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/ARMCMx/chcore_v7m.h | 3 +-- 1 file changed, 1 insertion(+), 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 /** @} */ /**