mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +08:00
A few more telnet updates
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4348 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
@@ -93,9 +93,9 @@ static struct ptentry_s g_parsetab[] =
|
||||
|
||||
static void shell_help(int argc, char **argv)
|
||||
{
|
||||
printf("Available commands:");
|
||||
printf(" help, ? - show help");
|
||||
printf(" exit - exit shell");
|
||||
printf("Available commands:\n");
|
||||
printf(" help, ? - show help\n");
|
||||
printf(" exit - exit shell\n");
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
@@ -157,8 +157,8 @@ int shell_session(int argc, char *argv[])
|
||||
{
|
||||
char line[128];
|
||||
|
||||
printf("uIP command shell -- NuttX style");
|
||||
printf("Type '?' and return for help");
|
||||
printf("uIP command shell -- NuttX style\n");
|
||||
printf("Type '?' and return for help\n");
|
||||
|
||||
for(;;)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user