From: asterix Date: Tue, 27 May 2008 14:41:46 +0000 (+0000) Subject: Merge from BeRTOS. X-Git-Tag: 2.0.0~548 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=308131a76bca5ab63c30c38c0bf41c149818fe5a;p=bertos.git Merge from BeRTOS. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1386 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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 */