From 19e8e1950d05f7192240ab02b5541a9c31b18aa2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 8 Dec 2012 18:44:26 +0000 Subject: 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 --- os/hal/include/serial_usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal') diff --git a/os/hal/include/serial_usb.h b/os/hal/include/serial_usb.h index 25ce4859b..1d3d23f74 100644 --- a/os/hal/include/serial_usb.h +++ b/os/hal/include/serial_usb.h @@ -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 -- cgit v1.2.3