summaryrefslogtreecommitdiff
path: root/nuttx/examples/wlan/wlan_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/wlan/wlan_main.c')
-rwxr-xr-xnuttx/examples/wlan/wlan_main.c2
1 files changed, 1 insertions, 1 deletions
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,