From d08e655de166f99b1cae64d3e12371cbdc70209e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 9 Apr 2017 12:48:16 +0000 Subject: [PATCH] Removed obsolete check. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10151 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/oslib/include/chmboxes.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/os/common/oslib/include/chmboxes.h b/os/common/oslib/include/chmboxes.h index 8b4498e3d..fcb3225bc 100644 --- a/os/common/oslib/include/chmboxes.h +++ b/os/common/oslib/include/chmboxes.h @@ -42,10 +42,6 @@ /* Derived constants and error checks. */ /*===========================================================================*/ -#if CH_CFG_USE_SEMAPHORES == FALSE -#error "CH_CFG_USE_MAILBOXES requires CH_CFG_USE_SEMAPHORES" -#endif - /*===========================================================================*/ /* Module data structures and types. */ /*===========================================================================*/