diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-24 07:01:59 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-02-24 07:01:59 +0000 |
commit | 14a5a94084180a5186f7c3a796d4a70e785a91b8 (patch) | |
tree | e9737502d2f328912f033c25c0bab851ef359250 /LUFA/Drivers/USB/HighLevel/StdDescriptors.h | |
parent | 071fd8ce536522ca6365580d64cd465e4c18a031 (diff) | |
download | lufa-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/HighLevel/StdDescriptors.h')
-rw-r--r-- | LUFA/Drivers/USB/HighLevel/StdDescriptors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/Drivers/USB/HighLevel/StdDescriptors.h b/LUFA/Drivers/USB/HighLevel/StdDescriptors.h index 807eb78f8..b79b7847c 100644 --- a/LUFA/Drivers/USB/HighLevel/StdDescriptors.h +++ b/LUFA/Drivers/USB/HighLevel/StdDescriptors.h @@ -60,7 +60,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: */
|