From e6f93f774080d42c3f954a862709d047df2d7e7a Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 12 Mar 2011 15:36:28 +0000 Subject: More support for SLIP data link protocol git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3370 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/wlan/wlan_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/examples') diff --git a/nuttx/examples/wlan/wlan_main.c b/nuttx/examples/wlan/wlan_main.c index fa13d76d9..9bfb78fa7 100755 --- a/nuttx/examples/wlan/wlan_main.c +++ b/nuttx/examples/wlan/wlan_main.c @@ -178,7 +178,7 @@ int user_start(int argc, char *argv[]) { /* Start a thread to handle device connection. */ - printf("user_start: Start hidkbd_waiter\n"); + printf("user_start: Start wlan_waiter\n"); #ifndef CONFIG_CUSTOM_STACK pid = task_create("usbhost", CONFIG_EXAMPLES_WLAN_DEFPRIO, -- cgit v1.2.3