Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 659abc5

Browse files
committed
Update EthernetWebServer_STM32.h
1 parent 0b84d76 commit 659abc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EthernetWebServer_STM32.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ class EthernetWebServer
204204
//KH
205205
void send(int code, char* content_type, const String& content, size_t contentLength);
206206

207-
void send_P(int code, char* content_type, PGM_P content)
208-
void send_P(int code, char* content_type, PGM_P content, size_t contentLength)
207+
void send_P(int code, char* content_type, PGM_P content);
208+
void send_P(int code, char* content_type, PGM_P content, size_t contentLength);
209209

210210
void setContentLength(size_t contentLength);
211211
void sendHeader(const String& name, const String& value, bool first = false);

0 commit comments

Comments
 (0)