Merge from BeRTOS.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 27 May 2008 14:41:46 +0000 (14:41 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 27 May 2008 14:41:46 +0000 (14:41 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1386 38d2e660-2303-0410-9eaa-f027e97ec537

app/triface/verstag.h

index d3ce13c03de617373371d94a3f634cfab04c9b17..5c98b2de633b0a772e78257dcebb87101db52aed 100644 (file)
  *
  * \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 */