]> rtime.felk.cvut.cz Git - rtems-devel.git/blobdiff - rtems-omk-template/appdl/init.c
OMK template example applications print APP_VER_ID instead of common SW_VER_ID.
[rtems-devel.git] / rtems-omk-template / appdl / init.c
index 55e3e377843a373ad8e2737efac4f201da9cd108..206e06b7eaf398253cbeb3f10be6c3de13ad5af0 100644 (file)
@@ -193,7 +193,7 @@ rtems_task Init(
  #endif /*CONFIG_OC_APP_APPDL_NET*/
 
 
-  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" );