aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/RNDISEthernet/Lib
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-14 12:55:32 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-14 12:55:32 +0000
commit57eedebd191c91ce125238a8a2cb1482186d6164 (patch)
tree6eafe02ecf680e0439964e353a7d3a07421e06e8 /Demos/Device/LowLevel/RNDISEthernet/Lib
parent21a012a018221fd1e55b8b054d09d7900ed9fd79 (diff)
downloadlufa-57eedebd191c91ce125238a8a2cb1482186d6164.tar.gz
lufa-57eedebd191c91ce125238a8a2cb1482186d6164.tar.bz2
lufa-57eedebd191c91ce125238a8a2cb1482186d6164.zip
Fix Doxygen documentation errors.
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet/Lib')
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
index 1c0117792..a56b34738 100644
--- a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
+++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
@@ -89,7 +89,7 @@ RNDIS_Message_Header_t* MessageHeader = (RNDIS_Message_Header_t*)&RNDISMessageBu
/** Indicates if a RNDIS message response is ready to be sent back to the host. */
bool ResponseReady = false;
-/** Current RNDIS adapter state, a value from the \ref RNDIS_States_t enum. */
+/** Current RNDIS adapter state, a value from the \c RNDIS_States_t enum. */
uint8_t CurrRNDISState = RNDIS_Uninitialized;
/** Current Ethernet packet filter mask. This is non-zero when the adapter is initialized, or zero when disabled. */