diff options
Diffstat (limited to 'demos/Win32-MSVS')
| -rw-r--r-- | demos/Win32-MSVS/chcore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/Win32-MSVS/chcore.h b/demos/Win32-MSVS/chcore.h index 91fd7be9e..b9fbb0147 100644 --- a/demos/Win32-MSVS/chcore.h +++ b/demos/Win32-MSVS/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)
|
