X-Git-Url: http://rtime.felk.cvut.cz/gitweb/rtems-devel.git/blobdiff_plain/5d5845d9d4caa3408d79fbc760a142a0268dc36f..HEAD:/rtems-omk-template/system_opt/system_def.h diff --git a/rtems-omk-template/system_opt/system_def.h b/rtems-omk-template/system_opt/system_def.h index 78e8f6a..5b32590 100644 --- a/rtems-omk-template/system_opt/system_def.h +++ b/rtems-omk-template/system_opt/system_def.h @@ -3,7 +3,9 @@ #include +#ifndef VER_CODE #define VER_CODE(major,minor,patch) (major*0x10000+minor*0x100+patch) +#endif /* Software version */ #define SW_VER_ID "APPFOO" #define SW_VER_MAJOR 0