git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9300 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
Giovanni Di Sirio 2016-04-17 06:06:01 +00:00
parent 067903fd83
commit 89308874ce
1 changed files with 1 additions and 2 deletions

View File

@ -57,9 +57,8 @@
* @brief Working Areas alignment constant. * @brief Working Areas alignment constant.
* @note It is the alignment to be enforced for thread working areas. * @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) 32U : PORT_STACK_ALIGN)
#define PORT_WORKING_AREA_ALIGN 32
/** @} */ /** @} */
/** /**