X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3x-ek%2Fhw%2Fhw_http.c;h=d195d05db416adcf4eeaa7be1b6910b159d48704;hb=b30ca67e54f665181d85a49bff3af2862e86601e;hp=3e9eb90e8c91b0ea7cb13d05661f78aaeed7e7af;hpb=9fc5afec7ece954244296308553ed55382cb4ba7;p=bertos.git diff --git a/boards/sam3x-ek/hw/hw_http.c b/boards/sam3x-ek/hw/hw_http.c index 3e9eb90e..d195d05d 100644 --- a/boards/sam3x-ek/hw/hw_http.c +++ b/boards/sam3x-ek/hw/hw_http.c @@ -58,8 +58,8 @@ const size_t http_sd_not_present_len = sizeof(http_sd_not_present); const char http_server_error[] = " \ \ \ -404 Not Found

500 Internal Server error

\ +500 Internal Server error

500 Internal Server error

\

The internal server error was occur while processing the requested page.


\
BeRTOS simple HTTP server
"; -const size_t http_server_error_len = sizeof(http_server_error_len); +const size_t http_server_error_len = sizeof(http_server_error);