Fix incorrect error when directly including the LUFA internal USB library components.
This commit is contained in:
parent
071fd8ce53
commit
14a5a94084
16 changed files with 16 additions and 16 deletions
|
@ -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: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue