summaryrefslogtreecommitdiff
path: root/nuttx/netutils/webserver/httpd.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-03 23:35:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-09-03 23:35:18 +0000
commit65f8e15b78891b15b1caabe45d1163f63fa530e0 (patch)
treecbca93cb25a0ae75f1f4ebce49d94e9ec6060ac8 /nuttx/netutils/webserver/httpd.c
parentc96d656001914b495f54e7a25d54079e41af86ce (diff)
downloadpx4-nuttx-65f8e15b78891b15b1caabe45d1163f63fa530e0.tar.gz
px4-nuttx-65f8e15b78891b15b1caabe45d1163f63fa530e0.tar.bz2
px4-nuttx-65f8e15b78891b15b1caabe45d1163f63fa530e0.zip
cleanup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@329 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/netutils/webserver/httpd.c')
-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 d6c855e61..6cf50962f 100644
--- a/nuttx/netutils/webserver/httpd.c
+++ b/nuttx/netutils/webserver/httpd.c
@@ -253,6 +253,7 @@ static void handle_connection(struct httpd_state *s)
void uip_interrupt_event(void)
{
+#warning OBSOLETE -- needs to be redesigned
/* Get the private application specific data */
struct httpd_state *s = (struct httpd_state *)(uip_conn->private);