aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/MigrationInformation.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-05-19 13:32:55 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-05-19 13:32:55 +0000
commite349974aa9fdd6679a385d0da66005a27706b275 (patch)
treeec75c70468226a0117c8932b0c25952aceccd477 /LUFA/ManPages/MigrationInformation.txt
parent9d733d44b402ce33c3c41e45b497c2f92be393f5 (diff)
downloadlufa-e349974aa9fdd6679a385d0da66005a27706b275.tar.gz
lufa-e349974aa9fdd6679a385d0da66005a27706b275.tar.bz2
lufa-e349974aa9fdd6679a385d0da66005a27706b275.zip
Fix broken Doxygen documentation.
Diffstat (limited to 'LUFA/ManPages/MigrationInformation.txt')
-rw-r--r--LUFA/ManPages/MigrationInformation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/ManPages/MigrationInformation.txt b/LUFA/ManPages/MigrationInformation.txt
index d3782d317..796e7235a 100644
--- a/LUFA/ManPages/MigrationInformation.txt
+++ b/LUFA/ManPages/MigrationInformation.txt
@@ -53,7 +53,7 @@
* code using these functions should replace the previous function names with the new function names.
* - The Device mode RNDIS class driver no longer stores the incoming and outgoing packets in the class driver instance; the user is
* now expected to manually define a storage location for the packet data. Packets must now be sent and received manually via a call
- * to \ref RNDIS_Device_ReadPacket() and/or \ref RNDIS_Device_WritePacket().
+ * to \ref RNDIS_Device_ReadPacket() and/or \ref RNDIS_Device_SendPacket().
*
* <b>Host Mode</b>
* - The Pipe stream functions now all require a \c BytesProcessed parameter instead of the previous callback parameter.