diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 23:35:17 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-11 23:35:17 +0000 |
commit | c791413fbcf2475f18a4daa2bb7d88c9303cd4a3 (patch) | |
tree | 496c3b60429fd9612503bce2f8ad748fe1c29584 /Demos/Device/LowLevel/DualVirtualSerial | |
parent | 33bc48fa4626b0c61fc870c30557f54ff7381d0c (diff) | |
download | lufa-c791413fbcf2475f18a4daa2bb7d88c9303cd4a3.tar.gz lufa-c791413fbcf2475f18a4daa2bb7d88c9303cd4a3.tar.bz2 lufa-c791413fbcf2475f18a4daa2bb7d88c9303cd4a3.zip |
Ensure the demo and project main text files are distributed in Atmel Studio projects.
Diffstat (limited to 'Demos/Device/LowLevel/DualVirtualSerial')
-rw-r--r-- | Demos/Device/LowLevel/DualVirtualSerial/asf.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml index 95a03e732..966b594b0 100644 --- a/Demos/Device/LowLevel/DualVirtualSerial/asf.xml +++ b/Demos/Device/LowLevel/DualVirtualSerial/asf.xml @@ -19,6 +19,7 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="DualVirtualSerial.txt"/>
<build type="distribute" subtype="user-file" value="LUFA DualVirtualSerial.inf"/>
<build type="c-source" value="DualVirtualSerial.c"/>
|