aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-02 10:06:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-02 10:06:54 +0000
commit099fc179cc2ce75fd43ed6c5524aea4ca5d77ea0 (patch)
treef0a8b9dd7f4b621271affc529bb922872efcadf7 /os/hal/include
parenteaa8acff48439e8b416dc396e7fceb0ae3daaa8e (diff)
downloadChibiOS-099fc179cc2ce75fd43ed6c5524aea4ca5d77ea0.tar.gz
ChibiOS-099fc179cc2ce75fd43ed6c5524aea4ca5d77ea0.tar.bz2
ChibiOS-099fc179cc2ce75fd43ed6c5524aea4ca5d77ea0.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7456 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/mac.h8
1 files changed, 0 insertions, 8 deletions
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. */
/*===========================================================================*/