diff options
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/chconf.h')
-rw-r--r-- | demos/ARM7-LPC214x-GCC/chconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h index 8db71b445..a1d28bc9c 100644 --- a/demos/ARM7-LPC214x-GCC/chconf.h +++ b/demos/ARM7-LPC214x-GCC/chconf.h @@ -75,6 +75,8 @@ * APIs are included in the kernel.*/
#define CH_USE_SEMSW
+#define CH_USE_CONDVARS
+
/** Configuration option: if specified then the Semaphores with timeout APIs
* are included in the kernel.
* @note requires \p CH_USE_SEMAPHORES.
|