X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fverstag.h;h=78387b20094ba110a570cc35b05991bc50630795;hb=bdcc52e5f18159cadc413c53dd14ef468a6de376;hp=a37bcc1112d53d7a98119ce8fe78ef6353199cea;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/verstag.h b/bertos/verstag.h index a37bcc11..78387b20 100644 --- a/bertos/verstag.h +++ b/bertos/verstag.h @@ -37,11 +37,12 @@ * * \brief Declare application version strings */ -#ifndef DEVLIB_VERSTAG_H -#define DEVLIB_VERSTAG_H -#ifndef ARCH_CONFIG_H - #include +#ifndef BERTOS_VERSTAG_H +#define BERTOS_VERSTAG_H + +#ifndef CFG_ARCH_CONFIG_H + #include "cfg/cfg_arch.h" #endif #define APP_NAME "Appname" @@ -100,4 +101,4 @@ extern const int vers_build_nr; /** Hostname of the machine used to build this binary (contains VERS_HOST) */ extern const char vers_host[]; -#endif /* DEVLIB_VERSTAG_H */ +#endif /* BERTOS_VERSTAG_H */