mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-03 19:30:21 +00:00
Adjusted parameter type to match header file.
This commit is contained in:
parent
c47a89ce1a
commit
29c802c835
@ -214,7 +214,7 @@ void image()
|
|||||||
}
|
}
|
||||||
#endif
|
#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;
|
char* delimiter;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user