Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
28967ef2
Commit
28967ef2
authored
13 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Add missing AppConfig.h includes to project Descriptors.h files.
parent
06347456
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Projects/Benito/Descriptors.h
+2
-0
2 additions, 0 deletions
Projects/Benito/Descriptors.h
Projects/Magstripe/Descriptors.h
+2
-0
2 additions, 0 deletions
Projects/Magstripe/Descriptors.h
with
4 additions
and
0 deletions
Projects/Benito/Descriptors.h
+
2
−
0
View file @
28967ef2
...
@@ -41,6 +41,8 @@
...
@@ -41,6 +41,8 @@
#include
<LUFA/Drivers/USB/USB.h>
#include
<LUFA/Drivers/USB/USB.h>
#include
"Config/AppConfig.h"
/* Macros: */
/* Macros: */
/** Endpoint address of the CDC device-to-host notification IN endpoint. */
/** Endpoint address of the CDC device-to-host notification IN endpoint. */
#define CDC_NOTIFICATION_EPADDR (ENDPOINT_DIR_IN | 2)
#define CDC_NOTIFICATION_EPADDR (ENDPOINT_DIR_IN | 2)
...
...
This diff is collapsed.
Click to expand it.
Projects/Magstripe/Descriptors.h
+
2
−
0
View file @
28967ef2
...
@@ -42,6 +42,8 @@
...
@@ -42,6 +42,8 @@
#include
<LUFA/Drivers/USB/USB.h>
#include
<LUFA/Drivers/USB/USB.h>
#include
"Config/AppConfig.h"
/* Type Defines: */
/* Type Defines: */
/** Type define for the device configuration descriptor structure. This must be defined in the
/** 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
* application code, as the configuration descriptor contains several sub-descriptors which
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment