From 56ab42eee7193d7d36b54522fa2dc251acb396fd Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 15 Aug 2009 20:25:13 +0000 Subject: Get rid of cwd in THTTPD git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2021 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/thttpd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/examples') diff --git a/nuttx/examples/thttpd/main.c b/nuttx/examples/thttpd/main.c index 23c272565..b0f36b373 100644 --- a/nuttx/examples/thttpd/main.c +++ b/nuttx/examples/thttpd/main.c @@ -93,7 +93,7 @@ #define SECTORSIZE 512 #define NSECTORS(b) (((b)+SECTORSIZE-1)/SECTORSIZE) #define ROMFSDEV "/dev/ram0" -#define MOUNTPT "/mnt/www" +#define MOUNTPT CONFIG_THTTPD_PATH #ifdef CONFIG_CPP_HAVE_VARARGS # ifdef CONFIG_DEBUG -- cgit v1.2.3