aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-13 17:17:45 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-13 17:17:45 +0000
commit9a373c409435796165b2f315b7e3d6fa303d5e4a (patch)
tree245134c12e29754981f34e0a1f9243551e785963 /Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
parent7f4462267aeb1f40ad6a9d582168d1b07e53d7f2 (diff)
downloadlufa-9a373c409435796165b2f315b7e3d6fa303d5e4a.tar.gz
lufa-9a373c409435796165b2f315b7e3d6fa303d5e4a.tar.bz2
lufa-9a373c409435796165b2f315b7e3d6fa303d5e4a.zip
AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h configuration header files.
Diffstat (limited to 'Demos/Device/ClassDriver/AudioOutput/AudioOutput.h')
-rw-r--r--Demos/Device/ClassDriver/AudioOutput/AudioOutput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
index 9c6a0fb25..061cb0519 100644
--- a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
+++ b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
@@ -44,6 +44,7 @@
#include <stdlib.h>
#include "Descriptors.h"
+ #include "Config/AppConfig.h"
#include <LUFA/Version.h>
#include <LUFA/Drivers/Board/LEDs.h>