git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2718 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
100573d2c3
commit
0847ae54f0
|
@ -53,8 +53,9 @@
|
|||
/* Derived constants and error checks. */
|
||||
/*===========================================================================*/
|
||||
|
||||
#if !HAL_USE_USB && !CH_USE_EVENTS
|
||||
#error "Serial over USB Driver requires HAL_USE_USB and CH_USE_EVENTS"
|
||||
#if !HAL_USE_USB && !CH_USE_QUEUES && !CH_USE_EVENTS
|
||||
#error "Serial over USB Driver requires HAL_USE_USB, CH_USE_QUEUES, "
|
||||
"CH_USE_EVENTS"
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue