aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-13 16:38:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-11-13 16:38:23 +0000
commite776216d02920673266e31d553078f4edec4a264 (patch)
tree3234cf9898f59dec30092da35cc4f1dd76f77b03 /demos/ARM7-LPC214x-GCC/chcore.h
parent95618293b7e096240966c715eb9f5f2f420f9588 (diff)
downloadChibiOS-e776216d02920673266e31d553078f4edec4a264.tar.gz
ChibiOS-e776216d02920673266e31d553078f4edec4a264.tar.bz2
ChibiOS-e776216d02920673266e31d553078f4edec4a264.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@89 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/chcore.h')
-rw-r--r--demos/ARM7-LPC214x-GCC/chcore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chcore.h b/demos/ARM7-LPC214x-GCC/chcore.h
index 5a42cdf89..9a1401f1c 100644
--- a/demos/ARM7-LPC214x-GCC/chcore.h
+++ b/demos/ARM7-LPC214x-GCC/chcore.h
@@ -37,7 +37,7 @@ struct stackregs {
regarm r4;
regarm r5;
regarm r6;
-#ifndef MK_CURRP_REGISTER_CACHE
+#ifndef CH_CURRP_REGISTER_CACHE
regarm r7;
#endif
regarm r8;
@@ -51,7 +51,7 @@ typedef struct {
struct stackregs *r13;
} Context;
-#ifdef MK_CURRP_REGISTER_CACHE
+#ifdef CH_CURRP_REGISTER_CACHE
#define SETUP_CONTEXT(workspace, wsize, pf, arg) \
{ \
tp->p_ctx.r13 = (struct stackregs *)((BYTE8 *)workspace + \