Janus Erasmus / Console

Dependents:   Nucleo_blink_led

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;