aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/USBtoSerial
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-03-12 15:17:53 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-03-12 15:17:53 +0000
commitcc8b12f1cb657e1a08483e7796cb062339a66290 (patch)
treeb5e88002fe154ba02f671036b86b5e951750d52d /Projects/USBtoSerial
parent61d396b555edc421ba0fba1100412684e91ec0b4 (diff)
downloadlufa-cc8b12f1cb657e1a08483e7796cb062339a66290.tar.gz
lufa-cc8b12f1cb657e1a08483e7796cb062339a66290.tar.bz2
lufa-cc8b12f1cb657e1a08483e7796cb062339a66290.zip
Add missing module dependency to the USBtoSerial project. Minor documentation corrections.
Diffstat (limited to 'Projects/USBtoSerial')
-rw-r--r--Projects/USBtoSerial/USBtoSerial.txt11
-rw-r--r--Projects/USBtoSerial/asf.xml1
2 files changed, 4 insertions, 8 deletions
diff --git a/Projects/USBtoSerial/USBtoSerial.txt b/Projects/USBtoSerial/USBtoSerial.txt
index 1ee7afa23..0620f9393 100644
--- a/Projects/USBtoSerial/USBtoSerial.txt
+++ b/Projects/USBtoSerial/USBtoSerial.txt
@@ -69,14 +69,9 @@
*
* <table>
* <tr>
- * <td><b>Define Name:</b></td>
- * <td><b>Location:</b></td>
- * <td><b>Description:</b></td>
- * </tr>
- * <tr>
- * <td>BUFF_STATICSIZE</td>
- * <td>RingBuff.h</td>
- * <td>Defines the maximum number of bytes which can be buffered in each Ring Buffer.</td>
+ * <td>
+ * None
+ * </td>
* </tr>
* </table>
*/
diff --git a/Projects/USBtoSerial/asf.xml b/Projects/USBtoSerial/asf.xml
index d4d90a663..db0fd14e7 100644
--- a/Projects/USBtoSerial/asf.xml
+++ b/Projects/USBtoSerial/asf.xml
@@ -39,6 +39,7 @@
<require idref="lufa.common"/>
<require idref="lufa.platform"/>
+ <require idref="lufa.drivers.peripheral.usart"/>
<require idref="lufa.drivers.usb"/>
<require idref="lufa.drivers.misc.ringbuffer"/>
</module>