diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 22:43:17 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 22:43:17 +0000 |
commit | ed372b031c75fdc206844b3e9b01ce837193ac80 (patch) | |
tree | 82c555b479feb70d9a6b758bcdff8fc9a239db67 /Demos/Host/LowLevel | |
parent | cff8a751bb4b6174bfc226dee72bec9cb9363122 (diff) | |
download | lufa-ed372b031c75fdc206844b3e9b01ce837193ac80.tar.gz lufa-ed372b031c75fdc206844b3e9b01ce837193ac80.tar.bz2 lufa-ed372b031c75fdc206844b3e9b01ce837193ac80.zip |
Alter VSIX build script to verify all referenced filenames in all modules and projects, rather than just the core modules. Fix discovered errors in the project XML files.
Diffstat (limited to 'Demos/Host/LowLevel')
-rw-r--r-- | Demos/Host/LowLevel/VirtualSerialHost/asf.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml index 8a43be128..1c5f78f81 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/asf.xml +++ b/Demos/Host/LowLevel/VirtualSerialHost/asf.xml @@ -20,9 +20,9 @@ <device-support-alias value="lufa_uc3"/>
<build type="c-source" value="VirtualSerialHost.c"/>
- <build type="c-source" value="ConfigDescriptors.c"/>
+ <build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="VirtualSerialHost.h"/>
- <build type="header-file" value="ConfigDescriptors.h"/>
+ <build type="header-file" value="ConfigDescriptor.h"/>
<build type="module-config" subtype="path" value="Config"/>
<build type="header-file" value="Config/LUFAConfig.h"/>
|