aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/AudioOutput/AudioOutput.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-13 15:03:17 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-13 15:03:17 +0000
commit13085a335125808f3b2f9adc495c6fe26053cebe (patch)
tree0d11d457795b870116e3ace34a38b40a17b63baf /Demos/Device/LowLevel/AudioOutput/AudioOutput.h
parent64d00efd915b8c3842c4fe93605bf8bc73def030 (diff)
downloadlufa-13085a335125808f3b2f9adc495c6fe26053cebe.tar.gz
lufa-13085a335125808f3b2f9adc495c6fe26053cebe.tar.bz2
lufa-13085a335125808f3b2f9adc495c6fe26053cebe.zip
AppConfigHeaders: Switch low level Device mode demos to use LUFAConfig.h configuration header files.
Diffstat (limited to 'Demos/Device/LowLevel/AudioOutput/AudioOutput.h')
-rw-r--r--Demos/Device/LowLevel/AudioOutput/AudioOutput.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/AudioOutput/AudioOutput.h b/Demos/Device/LowLevel/AudioOutput/AudioOutput.h
index 8c5a2033b..3bcfc239e 100644
--- a/Demos/Device/LowLevel/AudioOutput/AudioOutput.h
+++ b/Demos/Device/LowLevel/AudioOutput/AudioOutput.h
@@ -43,6 +43,7 @@
#include <avr/interrupt.h>
#include "Descriptors.h"
+ #include "Config/AppConfig.h"
#include <LUFA/Version.h>
#include <LUFA/Drivers/USB/USB.h>