aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-10 12:31:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-10 12:31:51 +0000
commit5c37d04ebf697e07592952ecf7fcccf558dbb23e (patch)
tree97041dec90890c26782c65e5eff7a5b0c8eacad7 /os/ports/GCC/ARMCMx/chcore.h
parent29c73be182b70fd08a44f1fb597a3eac6aff777d (diff)
downloadChibiOS-5c37d04ebf697e07592952ecf7fcccf558dbb23e.tar.gz
ChibiOS-5c37d04ebf697e07592952ecf7fcccf558dbb23e.tar.bz2
ChibiOS-5c37d04ebf697e07592952ecf7fcccf558dbb23e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2171 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/ARMCMx/chcore.h')
-rw-r--r--os/ports/GCC/ARMCMx/chcore.h2
1 files changed, 1 insertions, 1 deletions
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)