Fixed small error in serial_usb.h.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4893 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
7e1edd8d16
commit
19e8e1950d
|
@ -59,7 +59,7 @@
|
|||
/* 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, "
|
||||
"CH_USE_EVENTS"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue