diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-06-18 16:46:09 +0200 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-06-18 16:46:09 +0200 |
commit | 7362abcd8a37227b9b56a4bff3dd535edc7ee5cd (patch) | |
tree | b9839d8f7792ff4867fa4e91a917f259cc01f01f | |
parent | 1d49fc7dd829ecd49a286bcb4ec2c0ba46a0380c (diff) | |
download | lufa-7362abcd8a37227b9b56a4bff3dd535edc7ee5cd.tar.gz lufa-7362abcd8a37227b9b56a4bff3dd535edc7ee5cd.tar.bz2 lufa-7362abcd8a37227b9b56a4bff3dd535edc7ee5cd.zip |
Add missing files to the Low Level Device RNDIS demo inside Atmel Studio.
-rw-r--r-- | Demos/Device/LowLevel/RNDISEthernet/asf.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/asf.xml b/Demos/Device/LowLevel/RNDISEthernet/asf.xml index 3acd848de..21a489f9f 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/asf.xml +++ b/Demos/Device/LowLevel/RNDISEthernet/asf.xml @@ -50,6 +50,7 @@ <build type="c-source" value="Lib/ICMP.c"/>
<build type="c-source" value="Lib/IP.c"/>
<build type="c-source" value="Lib/ProtocolDecoders.c"/>
+ <build type="c-source" value="Lib/RNDIS.c"/>
<build type="c-source" value="Lib/TCP.c"/>
<build type="c-source" value="Lib/UDP.c"/>
<build type="c-source" value="Lib/Webserver.c"/>
@@ -61,6 +62,7 @@ <build type="header-file" value="Lib/ICMP.h"/>
<build type="header-file" value="Lib/IP.h"/>
<build type="header-file" value="Lib/ProtocolDecoders.h"/>
+ <build type="header-file" value="Lib/RNDIS.h"/>
<build type="header-file" value="Lib/TCP.h"/>
<build type="header-file" value="Lib/UDP.h"/>
<build type="header-file" value="Lib/Webserver.h"/>
|