Removed obsolete check.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10151 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-04-09 12:48:16 +00:00
parent 7aef9f3ade
commit d08e655de1
1 changed files with 0 additions and 4 deletions

View File

@ -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. */
/*===========================================================================*/