aboutsummaryrefslogtreecommitdiffstats
path: root/demos/LPC214x-GCC/chconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/LPC214x-GCC/chconf.h')
-rw-r--r--demos/LPC214x-GCC/chconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/LPC214x-GCC/chconf.h b/demos/LPC214x-GCC/chconf.h
index 30670c8fd..da8553399 100644
--- a/demos/LPC214x-GCC/chconf.h
+++ b/demos/LPC214x-GCC/chconf.h
@@ -63,6 +63,10 @@
* in the kernel.*/
#define CH_USE_SEMAPHORES
+/** Configuration option: if specified then the Semaphores atomic Signal+Wait
+ * APIs are included in the kernel.*/
+#define CH_USE_SEMSW
+
/** Configuration option: if specified then the Semaphores with timeout APIs
* are included in the kernel.
* @note requires \p CH_USE_SEMAPHORES.