diff options
Diffstat (limited to 'demos/ARM7-AT91SAM7X-WEB-GCC')
-rw-r--r-- | demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h index 5555184c4..8db71b445 100644 --- a/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h +++ b/demos/ARM7-AT91SAM7X-WEB-GCC/chconf.h @@ -75,10 +75,6 @@ * APIs are included in the kernel.*/
#define CH_USE_SEMSW
-/** Configuration option: if specified then the Conditional Variables APIs are
- * included in the kernel.*/
-#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.
|