aboutsummaryrefslogtreecommitdiffstats
path: root/demos/Win32-MSVS/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/Win32-MSVS/chconf.h')
-rw-r--r--demos/Win32-MSVS/chconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/Win32-MSVS/chconf.h b/demos/Win32-MSVS/chconf.h
index da7fcd266..1aa089575 100644
--- a/demos/Win32-MSVS/chconf.h
+++ b/demos/Win32-MSVS/chconf.h
@@ -56,6 +56,10 @@
* function is included in the kernel.*/
#define CH_USE_RESUME
+/** Configuration option: if specified then the \p chThdSuspend()
+ * function is included in the kernel.*/
+#define CH_USE_SUSPEND
+
/** Configuration option: if specified then the \p chThdTerminate()
* and \p chThdShouldTerminate() functions are included in the kernel.*/
#define CH_USE_TERMINATE