X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/88bcc6fde546f12a31f46b5c8b77631b0c648638..03cdb09071c5c9ed9dd0f851a0980d360a4492d0:/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h diff --git a/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h b/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h index a5b82615f..e3215706a 100644 --- a/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h +++ b/Demos/Device/ClassDriver/RNDISEthernet/Lib/Ethernet.h @@ -62,7 +62,7 @@ * \param[in] MAC1 First MAC address * \param[in] MAC2 Second MAC address * - * \return True if the addresses match, false otherwise + * \return True if the addresses match, \c false otherwise */ #define MAC_COMPARE(MAC1, MAC2) (memcmp(MAC1, MAC2, sizeof(MAC_Address_t)) == 0)