From f527b3499bc04902d17f235423bf99f54346c766 Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 27 May 2008 16:58:41 +0000 Subject: [PATCH] Move appconfig to cfg dir. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1400 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/{appconfig_common.h => cfg/appconfig.h} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename bertos/{appconfig_common.h => cfg/appconfig.h} (97%) diff --git a/bertos/appconfig_common.h b/bertos/cfg/appconfig.h similarity index 97% rename from bertos/appconfig_common.h rename to bertos/cfg/appconfig.h index 746ff1a6..b7153d30 100644 --- a/bertos/appconfig_common.h +++ b/bertos/cfg/appconfig.h @@ -26,11 +26,11 @@ * invalidate any other reasons why the executable file might be covered by * the GNU General Public License. * - * Copyright 2003, 2004, 2006 Develer S.r.l. (http://www.develer.com/) + * Copyright 2003, 2004, 2006, 2008 Develer S.r.l. (http://www.develer.com/) * * --> * - * \brief DevLib configuration options + * \brief BeRTOS configuration options * * You should copy this header in your project and rename it to * "config.h" and delete the CONFIG_ macros for the modules @@ -38,7 +38,7 @@ * *

Working with multiple applications

* - * If your project is made of multiple DevLib-based applications, + * If your project is made of multiple BeRTOS-based applications, * create a custom "config.h" file in each application subdirectory * and play with the compiler include path to get the desired result. * You can share common options by creationg a "config_common.h" header -- 2.25.1