Moved help and about to new format

This commit is contained in:
James Booth
2015-07-23 23:05:33 +01:00
parent 3985f22250
commit 22111bf75b
6 changed files with 244 additions and 111 deletions

View File

@@ -358,6 +358,8 @@ void cons_show(const char * const msg, ...)
va_end(args);
}
void cons_show_help(Command *command) {}
void cons_about(void) {}
void cons_help(void) {}
void cons_navigation_help(void) {}