aboutsummaryrefslogtreecommitdiff
path: root/apps/examples
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
commita74dd084927e6e7d5f44fcb54216098143cf38e1 (patch)
treeabfc777697b5e454ff3263e81608b01fd720a3a7 /apps/examples
parent33a3edbaf731fd409bfd6e9aa3ad46a194a2f9a4 (diff)
downloadpx4-firmware-a74dd084927e6e7d5f44fcb54216098143cf38e1.tar.gz
px4-firmware-a74dd084927e6e7d5f44fcb54216098143cf38e1.tar.bz2
px4-firmware-a74dd084927e6e7d5f44fcb54216098143cf38e1.zip
Documentation update
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5282 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/wgetjson/Kconfig2
-rw-r--r--apps/examples/wgetjson/wgetjson_main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/wgetjson/Kconfig b/apps/examples/wgetjson/Kconfig
index 2e3b4b3eb..f7f4f236c 100644
--- a/apps/examples/wgetjson/Kconfig
+++ b/apps/examples/wgetjson/Kconfig
@@ -14,7 +14,7 @@ if EXAMPLES_WGETJSON
config EXAMPLES_WGETJSON_MAXSIZE
int "Max. JSON Buffer Size"
- default 10240
+ default 1024
config EXAMPLES_WGETJSON_URL
string "wget URL"
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