X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/88bcc6fde546f12a31f46b5c8b77631b0c648638..03cdb09071c5c9ed9dd0f851a0980d360a4492d0:/Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c?ds=inline diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c b/Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c index 9cc87cc15..a6fe3ba75 100644 --- a/Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c +++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c @@ -88,7 +88,7 @@ void Webserver_Init(void) * \param[in] RequestHeader HTTP request made by the host * \param[in] Command HTTP command to compare the request to * - * \return Boolean true if the command matches the request, false otherwise + * \return Boolean \c true if the command matches the request, \c false otherwise */ static bool IsHTTPCommand(uint8_t* RequestHeader, char* Command)