Clean up Webserver project - add more Doxygen documentation for the new DHCP client...
[pub/USBasp.git] / Projects / Webserver / Webserver.c
index 78e60f8..ec1dabf 100644 (file)
@@ -149,6 +149,7 @@ int main(void)
        }\r
 }\r
 \r
+/** Processes incomming packets to the server from the connected RNDIS device, creating responses as needed. */\r
 void ProcessIncommingPacket(void)\r
 {\r
        if (RNDIS_Host_IsPacketReceived(&Ethernet_RNDIS_Interface))\r
@@ -194,6 +195,7 @@ void ProcessIncommingPacket(void)
        }\r
 }\r
 \r
+/** Manages the currently open network connections, including TCP and (if enabled) UDP. */\r
 void ManageConnections(void)\r
 {\r
        /* Manage open connections */\r