diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 18:42:12 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 18:42:12 +0000 |
commit | ae6a51492948d621907d3e62c03c2854e6fcc19c (patch) | |
tree | 68a5f4206959c02832fb0ca560e5a38cdda0f408 /Demos/Device/LowLevel/AudioInput/makefile | |
parent | 9a373c409435796165b2f315b7e3d6fa303d5e4a (diff) | |
download | lufa-ae6a51492948d621907d3e62c03c2854e6fcc19c.tar.gz lufa-ae6a51492948d621907d3e62c03c2854e6fcc19c.tar.bz2 lufa-ae6a51492948d621907d3e62c03c2854e6fcc19c.zip |
AppConfigHeaders: Fix branch validation errors.
Diffstat (limited to 'Demos/Device/LowLevel/AudioInput/makefile')
-rw-r--r-- | Demos/Device/LowLevel/AudioInput/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/AudioInput/makefile b/Demos/Device/LowLevel/AudioInput/makefile index a917c82f1..c2288f7fc 100644 --- a/Demos/Device/LowLevel/AudioInput/makefile +++ b/Demos/Device/LowLevel/AudioInput/makefile @@ -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. |