Fixed small error in serial_usb.h.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4892 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
5d6d069576
commit
3ab98a64bf
|
@ -66,7 +66,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