projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Collapse configuration descriptor size retrieval and size testing into a single if...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
RNDISEthernet
/
Lib
/
Ethernet.h
diff --git
a/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
b/Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
index
b360f07
..
b91a56b
100644
(file)
--- a/
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
+++ b/
Demos/Device/LowLevel/RNDISEthernet/Lib/Ethernet.h
@@
-58,8
+58,8
@@
\r
/** Performs a comparison between two MAC addresses, indicating if they are identical.
\r
*
\r
\r
/** Performs a comparison between two MAC addresses, indicating if they are identical.
\r
*
\r
- * \param MAC1 First MAC address
\r
- * \param MAC2 Second MAC address
\r
+ * \param
[in]
MAC1 First MAC address
\r
+ * \param
[in]
MAC2 Second MAC address
\r
*
\r
* \return True if the addresses match, false otherwise
\r
*/
\r
*
\r
* \return True if the addresses match, false otherwise
\r
*/
\r