diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-08 20:30:52 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-08 20:30:52 +0000 |
commit | 8e11439f91c5ebf8f8945a6e93f6b9aecbb47ff5 (patch) | |
tree | d2c7a274e2e76ca629c3de63eef97a07da5c8f0e /Demos/Device/ClassDriver/RNDISEthernet | |
parent | 482cb097e8a4e01346f222b0009a23158c738950 (diff) | |
download | lufa-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/Device/ClassDriver/RNDISEthernet')
-rw-r--r-- | Demos/Device/ClassDriver/RNDISEthernet/asf.xml | 2 |
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>
|