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

This commit is contained in:
gdisirio 2011-02-06 15:54:56 +00:00
parent 100573d2c3
commit 0847ae54f0
1 changed files with 3 additions and 2 deletions

View File

@ -53,8 +53,9 @@
/* Derived constants and error checks. */ /* Derived constants and error checks. */
/*===========================================================================*/ /*===========================================================================*/
#if !HAL_USE_USB && !CH_USE_EVENTS #if !HAL_USE_USB && !CH_USE_QUEUES && !CH_USE_EVENTS
#error "Serial over USB Driver requires HAL_USE_USB and CH_USE_EVENTS" #error "Serial over USB Driver requires HAL_USE_USB, CH_USE_QUEUES, "
"CH_USE_EVENTS"
#endif #endif
/*===========================================================================*/ /*===========================================================================*/