diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/Win32-MinGW/chcore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/Win32-MinGW/chcore.h b/demos/Win32-MinGW/chcore.h index bc0ed3e42..c3c3f3a0b 100644 --- a/demos/Win32-MinGW/chcore.h +++ b/demos/Win32-MinGW/chcore.h @@ -59,6 +59,7 @@ typedef struct { #define chSysLock()
#define chSysUnlock()
+#define chSysEnable()
#define chSysPuts(msg) {}
#define chSysIRQEnterI()
#define chSysIRQExitI()
|