Fixed small error in serial_usb.h.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4893 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
7e1edd8d16
commit
19e8e1950d
|
@ -59,7 +59,7 @@
|
||||||
/* Derived constants and error checks. */
|
/* Derived constants and error checks. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
||||||
#if !HAL_USE_USB && !CH_USE_QUEUES && !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, "
|
#error "Serial over USB Driver requires HAL_USE_USB, CH_USE_QUEUES, "
|
||||||
"CH_USE_EVENTS"
|
"CH_USE_EVENTS"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue