aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/chconf.h')
-rw-r--r--src/templates/chconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/templates/chconf.h b/src/templates/chconf.h
index 478abd8f9..9c5d303bd 100644
--- a/src/templates/chconf.h
+++ b/src/templates/chconf.h
@@ -52,6 +52,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