Documentation update

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5282 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-10-31 17:53:28 +00:00
parent 3c077acd5c
commit 74ee7af434
3 changed files with 8 additions and 6 deletions

View file

@ -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"

View file

@ -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