diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-09 19:46:36 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-09 19:46:36 +0000 |
commit | 77af37a587f5be57891a828b898085ec946af09c (patch) | |
tree | 29272c6e456f753d6cbc8b341ae2222b39e3cd14 /Demos/Device | |
parent | 0254a7e980cca4a69668163ef316fa91f9c636bb (diff) | |
download | lufa-77af37a587f5be57891a828b898085ec946af09c.tar.gz lufa-77af37a587f5be57891a828b898085ec946af09c.tar.bz2 lufa-77af37a587f5be57891a828b898085ec946af09c.zip |
Add class driver host mode demo ASF module XML files.
Diffstat (limited to 'Demos/Device')
-rw-r--r-- | Demos/Device/ClassDriver/RNDISEthernet/asf.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml index caececa70..46d354cf5 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml +++ b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml @@ -30,9 +30,7 @@ <build type="c-source" value="Lib/TCP.c"/>
<build type="c-source" value="Lib/UDP.c"/>
<build type="c-source" value="Lib/Webserver.c"/>
- <build type="header-file" value="RNDIS.h"/>
- <build type="header-file" value="Descriptors.h"/>
- <build type="header-file" value="RNDIS.h"/>
+ <build type="header-file" value="RNDISEthernet.h"/>
<build type="header-file" value="Descriptors.h"/>
<build type="header-file" value="Lib/ARP.h"/>
<build type="header-file" value="Lib/DHCP.h"/>
@@ -54,5 +52,6 @@ <require idref="lufa.drivers.usb"/>
<require idref="lufa.drivers.board.leds"/>
<require idref="lufa.drivers.peripheral.usart"/>
+ <require idref="lufa.drivers.misc.ansi"/>
</module>
</asf>
|