From 099fc179cc2ce75fd43ed6c5524aea4ca5d77ea0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 2 Nov 2014 10:06:54 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7456 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/mac.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'os/hal/include') diff --git a/os/hal/include/mac.h b/os/hal/include/mac.h index e418f5bb8..3c2ccd0e6 100644 --- a/os/hal/include/mac.h +++ b/os/hal/include/mac.h @@ -61,14 +61,6 @@ /* Derived constants and error checks. */ /*===========================================================================*/ -#if !CH_CFG_USE_SEMAPHORES || !CH_CFG_USE_EVENTS -#error "the MAC driver requires CH_CFG_USE_SEMAPHORES" -#endif - -#if MAC_USE_EVENTS && !CH_CFG_USE_EVENTS -#error "the MAC driver requires CH_CFG_USE_EVENTS" -#endif - /*===========================================================================*/ /* Driver data structures and types. */ /*===========================================================================*/ -- cgit v1.2.3