git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5330 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-02-26 13:29:15 +00:00
parent a7b208821a
commit 27cef0f6e1
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@
/* Derived constants and error checks. */
/*===========================================================================*/
#if ADC_USE_WAIT && !CH_USE_MUTEXES && !CH_USE_SEMAPHORES
#error "ADC_USE_WAIT requires CH_USE_MUTEXES and/or CH_USE_SEMAPHORES"
#if ADC_USE_MUTUAL_EXCLUSION && !CH_USE_MUTEXES && !CH_USE_SEMAPHORES
#error "ADC_USE_MUTUAL_EXCLUSION requires CH_USE_MUTEXES and/or CH_USE_SEMAPHORES"
#endif
/*===========================================================================*/