From 305d77e4688822294cd49112b4d8d73c48619979 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 28 Mar 2009 16:36:07 +0000 Subject: fix error message git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1656 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/wget/target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx') diff --git a/nuttx/examples/wget/target.c b/nuttx/examples/wget/target.c index e3c77a03a..89716014c 100644 --- a/nuttx/examples/wget/target.c +++ b/nuttx/examples/wget/target.c @@ -66,7 +66,7 @@ #endif #ifndef CONFIG_EXAMPLE_WGET_DRIPADDR -# error "You must define " +# error "You must define CONFIG_EXAMPLE_WGET_DRIPADDR" #endif #ifndef CONFIG_EXAMPLE_WGET_NETMASK -- cgit v1.2.3