Adjusted parameter type to match header file.

This commit is contained in:
Oliver Schmidt 2018-07-22 19:35:43 +02:00
parent c47a89ce1a
commit 29c802c835

View File

@ -214,7 +214,7 @@ void image()
}
#endif
void http_server(unsigned long client, const char* method, const char* path)
void http_server(uint32_t client, const char* method, const char* path)
{
char* delimiter;