diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-01 07:39:53 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-04-01 07:39:53 +0000 |
commit | 646e63b08944daf0ece6b784eae18cf162601682 (patch) | |
tree | fac1ff0c50577e39b96dc580e534469a4578ca37 /Demos/Host/LowLevel/AudioOutputHost | |
parent | 7dc5295103b29abf3e0038bd06166f0b33c3fdd5 (diff) | |
download | lufa-646e63b08944daf0ece6b784eae18cf162601682.tar.gz lufa-646e63b08944daf0ece6b784eae18cf162601682.tar.bz2 lufa-646e63b08944daf0ece6b784eae18cf162601682.zip |
Add explicit requirements for the AppConfig.h headers in the various project asf.xml files, to prevent breakage with the latest ASF trunk project generator upgrades.
Diffstat (limited to 'Demos/Host/LowLevel/AudioOutputHost')
-rw-r--r-- | Demos/Host/LowLevel/AudioOutputHost/asf.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/AudioOutputHost/asf.xml b/Demos/Host/LowLevel/AudioOutputHost/asf.xml index 0f9f4efde..56b994478 100644 --- a/Demos/Host/LowLevel/AudioOutputHost/asf.xml +++ b/Demos/Host/LowLevel/AudioOutputHost/asf.xml @@ -34,6 +34,7 @@ <build type="header-file" value="ConfigDescriptor.h"/>
<build type="module-config" subtype="path" value="Config"/>
+ <build type="module-config" subtype="required-header-file" value="AppConfig.h"/>
<build type="header-file" value="Config/AppConfig.h"/>
<build type="header-file" value="Config/LUFAConfig.h"/>
|