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/Host/LowLevel/MouseHost | |
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/Host/LowLevel/MouseHost')
-rw-r--r-- | Demos/Host/LowLevel/MouseHost/asf.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/Host/LowLevel/MouseHost/asf.xml b/Demos/Host/LowLevel/MouseHost/asf.xml index 191a5f0e8..a36009708 100644 --- a/Demos/Host/LowLevel/MouseHost/asf.xml +++ b/Demos/Host/LowLevel/MouseHost/asf.xml @@ -19,6 +19,8 @@ <device-support-alias value="lufa_xmega"/>
<device-support-alias value="lufa_uc3"/>
+ <build type="distribute" subtype="user-file" value="MouseHost.txt"/>
+
<build type="c-source" value="MouseHost.c"/>
<build type="c-source" value="ConfigDescriptor.c"/>
<build type="header-file" value="MouseHost.h"/>
|