Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
ae6a5149
Commit
ae6a5149
authored
May 13, 2012
by
Dean Camera
Browse files
AppConfigHeaders: Fix branch validation errors.
parent
9a373c40
Changes
4
Hide whitespace changes
Inline
Side-by-side
Demos/Device/ClassDriver/AudioInput/makefile
View file @
ae6a5149
...
...
@@ -165,7 +165,7 @@ DEBUG = dwarf-2
# Each directory must be seperated by a space.
# Use forward slashes for directory separators.
# For a directory that has spaces, enclose it in quotes.
EXTRAINCDIRS
=
$(LUFA_PATH)
/
EXTRAINCDIRS
=
$(LUFA_PATH)
/
Config/
# Compiler flag to set the C Standard level.
...
...
Demos/Device/ClassDriver/GenericHID/makefile
View file @
ae6a5149
...
...
@@ -120,7 +120,7 @@ LUFA_PATH = ../../../..
# LUFA library compile-time options and predefined tokens
LUFA_OPTS
=
-D
US
B
_LUFA_CONFIG_HEADER
LUFA_OPTS
=
-D
US
E
_LUFA_CONFIG_HEADER
# Create the LUFA source path variables by including the LUFA root makefile
...
...
Demos/Device/ClassDriver/MassStorage/makefile
View file @
ae6a5149
...
...
@@ -172,7 +172,7 @@ DEBUG = dwarf-2
# Each directory must be seperated by a space.
# Use forward slashes for directory separators.
# For a directory that has spaces, enclose it in quotes.
EXTRAINCDIRS
=
$(LUFA_PATH)
/
EXTRAINCDIRS
=
$(LUFA_PATH)
/
Config/
# Compiler flag to set the C Standard level.
...
...
Demos/Device/LowLevel/AudioInput/makefile
View file @
ae6a5149
...
...
@@ -164,7 +164,7 @@ DEBUG = dwarf-2
# Each directory must be seperated by a space.
# Use forward slashes for directory separators.
# For a directory that has spaces, enclose it in quotes.
EXTRAINCDIRS
=
$(LUFA_PATH)
/
EXTRAINCDIRS
=
$(LUFA_PATH)
/
Config/
# Compiler flag to set the C Standard level.
...
...
Write
Preview
Markdown
is supported
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