aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/RNDISEthernet
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Device/ClassDriver/RNDISEthernet')
-rw-r--r--Demos/Device/ClassDriver/RNDISEthernet/asf.xml5
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>