X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Ftriface%2Fverstag.h;h=5c98b2de633b0a772e78257dcebb87101db52aed;hb=c6defc3d327b437973cc5471104d6ff299e00f88;hp=d3ce13c03de617373371d94a3f634cfab04c9b17;hpb=cfd59c8655ed7268c9c48aa58560158d235bc0de;p=bertos.git diff --git a/app/triface/verstag.h b/app/triface/verstag.h index d3ce13c0..5c98b2de 100644 --- a/app/triface/verstag.h +++ b/app/triface/verstag.h @@ -37,11 +37,12 @@ * * \brief Declare application version strings */ -#ifndef DEVLIB_VERSTAG_H -#define DEVLIB_VERSTAG_H -#ifndef ARCH_CONFIG_H - #include "cfg/arch_config.h" +#ifndef BERTOS_VERSTAG_H +#define BERTOS_VERSTAG_H + +#ifndef CFG_ARCH_CONFIG_H + #include "cfg/cfg_arch.h" #endif #define APP_NAME "Triface" @@ -91,4 +92,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 */