From 6a4e0b5aed875a0a428ed232babac548424bcec4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 22 Sep 2012 22:25:21 +0000 Subject: [PATCH] Add missing STM32 F1 pin remapping definitions git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5180 42af7a65-404d-4744-a932-0658087f49c3 --- netutils/webserver/httpd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/netutils/webserver/httpd.c b/netutils/webserver/httpd.c index d7dae55da..f96fc5a6c 100644 --- a/netutils/webserver/httpd.c +++ b/netutils/webserver/httpd.c @@ -739,7 +739,6 @@ static void *httpd_handler(void *arg) { pstate->ht_keepalive = false; #endif - /* Then handle the next httpd command */ status = httpd_parse(pstate);