summaryrefslogtreecommitdiff
path: root/apps/examples/wgetjson/wgetjson_main.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 17:53:28 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-31 17:53:28 +0000
commit8f6e28f194274bde92d11c6383167ddbcc496cb3 (patch)
treeabfc777697b5e454ff3263e81608b01fd720a3a7 /apps/examples/wgetjson/wgetjson_main.c
parent7e27610c4f420a98420035ec4ea10f45caf185ca (diff)
downloadnuttx-8f6e28f194274bde92d11c6383167ddbcc496cb3.tar.gz
nuttx-8f6e28f194274bde92d11c6383167ddbcc496cb3.tar.bz2
nuttx-8f6e28f194274bde92d11c6383167ddbcc496cb3.zip
Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5282 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/wgetjson/wgetjson_main.c')
-rw-r--r--apps/examples/wgetjson/wgetjson_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/wgetjson/wgetjson_main.c b/apps/examples/wgetjson/wgetjson_main.c
index 7f3096797..a137af438 100644
--- a/apps/examples/wgetjson/wgetjson_main.c
+++ b/apps/examples/wgetjson/wgetjson_main.c
@@ -58,7 +58,7 @@
****************************************************************************/
#ifndef CONFIG_EXAMPLES_WGETJSON_MAXSIZE
-# define CONFIG_EXAMPLES_WGETJSON_MAXSIZE 1024*10
+# define CONFIG_EXAMPLES_WGETJSON_MAXSIZE 1024
#endif
#ifndef CONFIG_EXAMPLES_EXAMPLES_WGETJSON_URL