From a9ed07b8c5b516224e328305eb0f1290f8327ad0 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 13 Jul 2010 03:25:44 +0000 Subject: support for Sure Electronics's 1602 LCD Display Board with USB from Mikhail git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1126 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drv_USBHUB.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drv_USBHUB.c') diff --git a/drv_USBHUB.c b/drv_USBHUB.c index 7422b4a..f82558a 100644 --- a/drv_USBHUB.c +++ b/drv_USBHUB.c @@ -37,9 +37,9 @@ #include "config.h" #ifdef HAVE_USB_H -# include +#include #else -# error The USB-HUB driver only makes sense with USB support +#error The USB-HUB driver only makes sense with USB support #endif #include "debug.h" -- cgit v1.2.3