git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9300 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
067903fd83
commit
89308874ce
|
@ -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
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue