diff options
Diffstat (limited to 'os/hal/include/mac.h')
-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. */
/*===========================================================================*/
|