projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor documentation improvements.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
RNDISEthernet
/
Lib
/
IP.h
diff --git
a/Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.h
b/Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.h
index
05ba6de
..
10f1c8c
100644
(file)
--- a/
Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.h
+++ b/
Demos/Device/ClassDriver/RNDISEthernet/Lib/IP.h
@@
-59,7
+59,7
@@
* \param[in] IP1 First IP address
* \param[in] IP2 Second IP address
*
* \param[in] IP1 First IP address
* \param[in] IP2 Second IP address
*
- * \return True if the addresses match, false otherwise
+ * \return True if the addresses match,
\c
false otherwise
*/
#define IP_COMPARE(IP1, IP2) (memcmp(IP1, IP2, sizeof(IP_Address_t)) == 0)
*/
#define IP_COMPARE(IP1, IP2) (memcmp(IP1, IP2, sizeof(IP_Address_t)) == 0)