Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of tinyshell by
Diff: tinysh.c
- Revision:
- 3:d027360b1892
- Parent:
- 2:c57737fee604
diff -r c57737fee604 -r d027360b1892 tinysh.c
--- a/tinysh.c Sat Dec 23 19:25:32 2017 +0000
+++ b/tinysh.c Wed Dec 27 23:13:26 2017 +0000
@@ -47,7 +47,7 @@
static void help_fnt(int argc, char **argv);
static tinysh_cmd_t help_cmd={
- 0,"help","display help","<cr>",help_fnt,0,0,0 };
+ 0,"help","Display help","<cr>",help_fnt,0,0,0 };
static uchar input_buffers[HISTORY_DEPTH][BUFFER_SIZE+1]={0};
static uchar trash_buffer[BUFFER_SIZE+1]={0};
