From 14a5a94084180a5186f7c3a796d4a70e785a91b8 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Wed, 24 Feb 2010 07:01:59 +0000 Subject: Fix incorrect error when directly including the LUFA internal USB library components. --- LUFA/Drivers/USB/LowLevel/Host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LUFA/Drivers/USB/LowLevel/Host.h') diff --git a/LUFA/Drivers/USB/LowLevel/Host.h b/LUFA/Drivers/USB/LowLevel/Host.h index 5672dd531..6bda94131 100644 --- a/LUFA/Drivers/USB/LowLevel/Host.h +++ b/LUFA/Drivers/USB/LowLevel/Host.h @@ -57,7 +57,7 @@ /* Preprocessor Checks: */ #if !defined(__INCLUDE_FROM_USB_DRIVER) - #error Do not include this file directly. Include LUFA/Drivers/USB.h instead. + #error Do not include this file directly. Include LUFA/Drivers/USB/USB.h instead. #endif /* Public Interface - May be used in end-application: */ -- cgit v1.2.3