summaryrefslogtreecommitdiff
path: root/nuttx/netutils/webserver
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/netutils/webserver')
-rw-r--r--nuttx/netutils/webserver/httpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/netutils/webserver/httpd.c b/nuttx/netutils/webserver/httpd.c
index 7c3271fd6..1f6f58df8 100644
--- a/nuttx/netutils/webserver/httpd.c
+++ b/nuttx/netutils/webserver/httpd.c
@@ -289,6 +289,7 @@ static void handle_connection(struct httpd_state *pstate)
int httpd_listen(void)
{
#warning "this is all very broken at the moment"
+ return OK;
}
/****************************************************************************