aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MinGW/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-17 14:57:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-12-17 14:57:44 +0000
commit0bb20d36f4f1c8457416167b399d976d26660611 (patch)
tree9c7419af17e2c81944eaeb7aa230681c0936c707 /demos/Win32-MinGW/chcore.h
parent430010715e7a9af17185412273165674f3b58f20 (diff)
downloadChibiOS-0bb20d36f4f1c8457416167b399d976d26660611.tar.gz
ChibiOS-0bb20d36f4f1c8457416167b399d976d26660611.tar.bz2
ChibiOS-0bb20d36f4f1c8457416167b399d976d26660611.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@142 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/Win32-MinGW/chcore.h')
-rw-r--r--demos/Win32-MinGW/chcore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/Win32-MinGW/chcore.h b/demos/Win32-MinGW/chcore.h
index 2b90dd470..43265326b 100644
--- a/demos/Win32-MinGW/chcore.h
+++ b/demos/Win32-MinGW/chcore.h
@@ -60,6 +60,8 @@ typedef struct {
#define chSysLock()
#define chSysUnlock()
#define chSysPuts(msg) {}
+#define chSysIRQEnterI()
+#define chSysIRQExitI()
#define INT_REQUIRED_STACK 0
#define StackAlign(n) ((((n) - 1) | 3) + 1)