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

@ -71,7 +71,7 @@
/* Preprocessor Checks and Defines: */
#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
#if !defined(F_CLOCK)