Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
28967ef2
Commit
28967ef2
authored
May 20, 2012
by
Dean Camera
Browse files
Add missing AppConfig.h includes to project Descriptors.h files.
parent
06347456
Changes
2
Hide whitespace changes
Inline
Side-by-side
Projects/Benito/Descriptors.h
View file @
28967ef2
...
...
@@ -41,6 +41,8 @@
#include
<LUFA/Drivers/USB/USB.h>
#include
"Config/AppConfig.h"
/* Macros: */
/** Endpoint address of the CDC device-to-host notification IN endpoint. */
#define CDC_NOTIFICATION_EPADDR (ENDPOINT_DIR_IN | 2)
...
...
Projects/Magstripe/Descriptors.h
View file @
28967ef2
...
...
@@ -42,6 +42,8 @@
#include
<LUFA/Drivers/USB/USB.h>
#include
"Config/AppConfig.h"
/* Type Defines: */
/** Type define for the device configuration descriptor structure. This must be defined in the
* application code, as the configuration descriptor contains several sub-descriptors which
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment