From 29c802c8354fd4b9ee11d799cf06a1ddc4a6e386 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 22 Jul 2018 19:35:43 +0200 Subject: [PATCH] Adjusted parameter type to match header file. --- apps/hfs65.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/hfs65.c b/apps/hfs65.c index 36b87c5..a1a4db3 100644 --- a/apps/hfs65.c +++ b/apps/hfs65.c @@ -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;