aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/MSP430
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/MSP430
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/MSP430')
-rw-r--r--os/ports/GCC/MSP430/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/ports/GCC/MSP430/chcore.h b/os/ports/GCC/MSP430/chcore.h
index 7ff87f41d..15efad59e 100644
--- a/os/ports/GCC/MSP430/chcore.h
+++ b/os/ports/GCC/MSP430/chcore.h
@@ -164,7 +164,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)]
/**
* @brief IRQ prologue code.