]> rtime.felk.cvut.cz Git - rtems-devel.git/blobdiff - rtems-omk-template/appsmptest/init.c
OMK template example applications print APP_VER_ID instead of common SW_VER_ID.
[rtems-devel.git] / rtems-omk-template / appsmptest / init.c
index 0773fcef0494aa45cd3b088b603fffebae5f0169..f75cb7391537eb04314fabf1ddee4ec02122e297 100644 (file)
@@ -82,7 +82,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 "
+  printf( "Starting application " APP_VER_ID " v "
           BUILD_VERSION_STRING(SW_VER_MAJOR,SW_VER_MINOR,SW_VER_PATCH)
   "\n" );