diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-17 06:06:01 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-17 06:06:01 +0000 |
commit | 89308874ce94ad5d6433ffcb6242896396492ae2 (patch) | |
tree | e2662dd54f6e744189a3770f68e335a18c483318 | |
parent | 067903fd83e8b55a11b4ecaeaa3e3603ac1faba9 (diff) | |
download | ChibiOS-89308874ce94ad5d6433ffcb6242896396492ae2.tar.gz ChibiOS-89308874ce94ad5d6433ffcb6242896396492ae2.tar.bz2 ChibiOS-89308874ce94ad5d6433ffcb6242896396492ae2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9300 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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
/** @} */
/**
|