From 294e1a2df929d1d39369d450236b099ea0a6d16d Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 18 Sep 2012 12:34:43 +0000 Subject: Fix ording of bytes in ENC28J60 MAC address; Web server refactoring from Kate git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5159 42af7a65-404d-4744-a932-0658087f49c3 --- apps/include/netutils/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/include') diff --git a/apps/include/netutils/httpd.h b/apps/include/netutils/httpd.h index 8ba9e2f7b..031840802 100644 --- a/apps/include/netutils/httpd.h +++ b/apps/include/netutils/httpd.h @@ -107,7 +107,7 @@ struct httpd_fs_file struct httpd_state { - char ht_buffer[HTTPD_IOBUFFER_SIZE]; /* recv()/send() buffer */ + char ht_buffer[HTTPD_IOBUFFER_SIZE]; /* recv() buffer */ char ht_filename[HTTPD_MAX_FILENAME]; /* filename from GET command */ struct httpd_fs_file ht_file; /* Fake file data to send */ int ht_sockfd; /* The socket descriptor from accept() */ -- cgit v1.2.3