aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/LowLevel/Host.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-24 07:01:59 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-24 07:01:59 +0000
commit14a5a94084180a5186f7c3a796d4a70e785a91b8 (patch)
treee9737502d2f328912f033c25c0bab851ef359250 /LUFA/Drivers/USB/LowLevel/Host.h
parent071fd8ce536522ca6365580d64cd465e4c18a031 (diff)
downloadlufa-14a5a94084180a5186f7c3a796d4a70e785a91b8.tar.gz
lufa-14a5a94084180a5186f7c3a796d4a70e785a91b8.tar.bz2
lufa-14a5a94084180a5186f7c3a796d4a70e785a91b8.zip
Fix incorrect error when directly including the LUFA internal USB library components.
Diffstat (limited to 'LUFA/Drivers/USB/LowLevel/Host.h')
-rw-r--r--LUFA/Drivers/USB/LowLevel/Host.h2
1 files changed, 1 insertions, 1 deletions
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: */