From 36c9110259212470667c7cc95bb99ca577945d87 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 11 Jan 2009 10:31:30 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@618 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARMCM3/chcore.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ports/ARMCM3') diff --git a/ports/ARMCM3/chcore.h b/ports/ARMCM3/chcore.h index a0f0c4f4e..6d3599936 100644 --- a/ports/ARMCM3/chcore.h +++ b/ports/ARMCM3/chcore.h @@ -132,9 +132,9 @@ typedef struct { */ #define STACK_ALIGN(n) ((((n) - 1) | sizeof(stkalign_t)) + 1) - /** - * Computes the thread working area global size. - */ +/** + * Computes the thread working area global size. + */ #define THD_WA_SIZE(n) STACK_ALIGN(sizeof(Thread) + \ sizeof(struct intctx) + \ sizeof(struct extctx) + \ -- cgit v1.2.3