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.
Diff: Console.h
- Revision:
- 4:8e1c0e634ba6
- Parent:
- 2:4c8b24eb7ad5
diff -r c97f4e7f2685 -r 8e1c0e634ba6 Console.h --- a/Console.h Sat Mar 17 15:02:12 2018 +0200 +++ b/Console.h Sat Mar 17 15:25:04 2018 +0200 @@ -56,6 +56,7 @@ static cmd_list_t *mCmdTable[]; static void help(int argc,char *argv[]); static void dumpThreadInfo(int argc,char *argv[]); + static void date(int argc,char *argv[]); private: static Console *__instance;