git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5329 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
63bf04105b
commit
a7b208821a
|
@ -64,8 +64,8 @@
|
|||
/* Derived constants and error checks. */
|
||||
/*===========================================================================*/
|
||||
|
||||
#if ADC_USE_WAIT && !CH_USE_SEMAPHORES
|
||||
#error "ADC driver requires CH_USE_SEMAPHORES when ADC_USE_WAIT is enabled"
|
||||
#if ADC_USE_WAIT && !CH_USE_MUTEXES && !CH_USE_SEMAPHORES
|
||||
#error "ADC_USE_WAIT requires CH_USE_MUTEXES and/or CH_USE_SEMAPHORES"
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue