diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-02 10:06:54 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-02 10:06:54 +0000 |
commit | 099fc179cc2ce75fd43ed6c5524aea4ca5d77ea0 (patch) | |
tree | f0a8b9dd7f4b621271affc529bb922872efcadf7 /os/hal/include | |
parent | eaa8acff48439e8b416dc396e7fceb0ae3daaa8e (diff) | |
download | ChibiOS-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.h | 8 |
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. */
/*===========================================================================*/
|