X-Git-Url: http://rtime.felk.cvut.cz/gitweb/rtems-devel.git/blobdiff_plain/1cb5088084f803c12d9caf8101dcbcb7cb966ca2..afc57a0947799afa466ddb26e440a60d206826e6:/rtems-omk-template/appfoo/init.c diff --git a/rtems-omk-template/appfoo/init.c b/rtems-omk-template/appfoo/init.c index f7037f2..6326b66 100644 --- a/rtems-omk-template/appfoo/init.c +++ b/rtems-omk-template/appfoo/init.c @@ -30,6 +30,12 @@ #include #include +#define CONFIGURE_SHELL_COMMANDS_INIT +#define CONFIGURE_SHELL_COMMANDS_ALL +#define CONFIGURE_SHELL_MOUNT_MSDOS + +#include + #define BUILD_VERSION_STRING(major,minor,patch) \ __XSTRING(major) "." __XSTRING(minor) "." __XSTRING(patch) @@ -74,7 +80,7 @@ rtems_task Init( rtems_monitor_init(RTEMS_MONITOR_SUSPEND|RTEMS_MONITOR_GLOBAL); /*rtems_capture_cli_init (0);*/ - + printf( "Starting application " SW_VER_ID " v " BUILD_VERSION_STRING(SW_VER_MAJOR,SW_VER_MINOR,SW_VER_PATCH) "\n" );