X-Git-Url: http://rtime.felk.cvut.cz/gitweb/rtems-devel.git/blobdiff_plain/dc91b5b31c6cc8b4f1e80be557155b3b440bef35..52aefd095af70fe04ebd987e4139366a4e80b4e6:/rtems-omk-template/appnet/init.c diff --git a/rtems-omk-template/appnet/init.c b/rtems-omk-template/appnet/init.c index 181e43c..15ac555 100644 --- a/rtems-omk-template/appnet/init.c +++ b/rtems-omk-template/appnet/init.c @@ -120,7 +120,7 @@ rtems_task Init( printf( "Network initialization OK\n"); - 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" );