From 5c37d04ebf697e07592952ecf7fcccf558dbb23e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 10 Sep 2010 12:31:51 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2171 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARMCMx/chcore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ports/GCC/ARMCMx/chcore.h') diff --git a/os/ports/GCC/ARMCMx/chcore.h b/os/ports/GCC/ARMCMx/chcore.h index ae3ec2b8e..4995013e5 100644 --- a/os/ports/GCC/ARMCMx/chcore.h +++ b/os/ports/GCC/ARMCMx/chcore.h @@ -290,7 +290,7 @@ struct context { * @details This macro is used to allocate a static thread working area * aligned as both position and size. */ -#define WORKING_AREA(s, n) stkalign_t s[THD_WA_SIZE(n) / sizeof(stkalign_t)]; +#define WORKING_AREA(s, n) stkalign_t s[THD_WA_SIZE(n) / sizeof(stkalign_t)] /* Includes the architecture-specific implementation part.*/ #if defined(CH_ARCHITECTURE_ARM_v6M) -- cgit v1.2.3