From 6059ca8a0444f026f1e6b5f343e7b389a9c4267c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 3 Sep 2013 10:31:50 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6252 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/ports/ARMCMx/chcore_v6m.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/rt/ports/ARMCMx/chcore_v6m.h') diff --git a/os/rt/ports/ARMCMx/chcore_v6m.h b/os/rt/ports/ARMCMx/chcore_v6m.h index b39d019e7..846378b65 100644 --- a/os/rt/ports/ARMCMx/chcore_v6m.h +++ b/os/rt/ports/ARMCMx/chcore_v6m.h @@ -19,7 +19,7 @@ */ /** - * @file GCC/ARMCMx/chcore_v6m.h + * @file ARMCMx/chcore_v6m.h * @brief ARMv6-M architecture port macros and structures. * * @addtogroup ARMCMx_V6M_CORE @@ -213,6 +213,7 @@ struct context { /** * @brief Computes the thread working area global size. + * @note There is no need to perform alignments in this macro. */ #define PORT_WA_SIZE(n) (sizeof(struct port_intctx) + \ sizeof(struct port_extctx) + \ -- cgit v1.2.3