X-Git-Url: http://rtime.felk.cvut.cz/gitweb/rtems-devel.git/blobdiff_plain/23e6093f76e5458e0a97748343eba95fa20beb3b..HEAD:/rtems-omk-template/appfoo/init.c diff --git a/rtems-omk-template/appfoo/init.c b/rtems-omk-template/appfoo/init.c index f7037f2..0f5452c 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,8 +80,8 @@ rtems_task Init( rtems_monitor_init(RTEMS_MONITOR_SUSPEND|RTEMS_MONITOR_GLOBAL); /*rtems_capture_cli_init (0);*/ - - printf( "Starting application " SW_VER_ID " v " + + printf( "Starting application " APP_VER_ID " v " BUILD_VERSION_STRING(SW_VER_MAJOR,SW_VER_MINOR,SW_VER_PATCH) "\n" );