Fix incorrect error when directly including the LUFA internal USB library components.

This commit is contained in:
Dean Camera 2010-02-24 07:01:59 +00:00
parent 071fd8ce53
commit 14a5a94084
16 changed files with 16 additions and 16 deletions

View file

@ -54,7 +54,7 @@
#endif
#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: */