aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-08 20:30:52 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-08 20:30:52 +0000
commit8e11439f91c5ebf8f8945a6e93f6b9aecbb47ff5 (patch)
treed2c7a274e2e76ca629c3de63eef97a07da5c8f0e /Demos
parent482cb097e8a4e01346f222b0009a23158c738950 (diff)
downloadlufa-8e11439f91c5ebf8f8945a6e93f6b9aecbb47ff5.tar.gz
lufa-8e11439f91c5ebf8f8945a6e93f6b9aecbb47ff5.tar.bz2
lufa-8e11439f91c5ebf8f8945a6e93f6b9aecbb47ff5.zip
Fix incorrect module ID in the RNDIS device demo ASF.xml file.
Diffstat (limited to 'Demos')
-rw-r--r--Demos/Device/ClassDriver/RNDISEthernet/asf.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml
index ed1af32a3..caececa70 100644
--- a/Demos/Device/ClassDriver/RNDISEthernet/asf.xml
+++ b/Demos/Device/ClassDriver/RNDISEthernet/asf.xml
@@ -53,6 +53,6 @@
<require idref="lufa.platform"/>
<require idref="lufa.drivers.usb"/>
<require idref="lufa.drivers.board.leds"/>
- <require idref="lufa.drivers.peripheral.serial"/>
+ <require idref="lufa.drivers.peripheral.usart"/>
</module>
</asf>