From a5fdf78b7671975a529c0f6dcf085a275241a9f3 Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 20 May 2008 09:43:20 +0000 Subject: [PATCH] Remove CVS logs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1292 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/lcd_text.c | 36 ------------------------------------ bertos/drv/thermo.c | 18 ++++-------------- 2 files changed, 4 insertions(+), 50 deletions(-) diff --git a/bertos/drv/lcd_text.c b/bertos/drv/lcd_text.c index 8e519280..3ded59f3 100644 --- a/bertos/drv/lcd_text.c +++ b/bertos/drv/lcd_text.c @@ -37,42 +37,6 @@ * \author Stefano Fedrigo */ -/*#* - *#* $Log$ - *#* Revision 1.4 2006/09/20 20:02:43 marco - *#* Replaced ISLISTEMPTY with LIST_EMPTY - *#* - *#* Revision 1.3 2006/07/19 12:56:25 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.2 2006/02/24 00:27:14 bernie - *#* Use new naming convention for list macros. - *#* - *#* Revision 1.1 2005/11/04 18:00:42 bernie - *#* Import into DevLib. - *#* - *#* Revision 1.11 2005/06/14 14:43:43 bernie - *#* Add DevLib headers. - *#* - *#* Revision 1.10 2005/06/06 17:41:57 batt - *#* Add lcd_layerSet function. - *#* - *#* Revision 1.9 2005/06/01 16:40:07 batt - *#* Remove debug string. - *#* - *#* Revision 1.8 2005/06/01 16:38:04 batt - *#* Adapt to changes in mware/list.h. - *#* - *#* Revision 1.7 2005/06/01 10:45:22 batt - *#* lcd_setAddr(): Bugfix boundary condition; Misc cleanup. - *#* - *#* Revision 1.6 2005/06/01 10:36:23 batt - *#* Layer: Rename member variables and Doxygenize. - *#* - *#* Revision 1.5 2005/05/27 11:05:58 batt - *#* Do not write on lcd if layer is hidden. - *#*/ - #include "lcd_text.h" #include "lcd_hd44.h" #include // timer_delay() diff --git a/bertos/drv/thermo.c b/bertos/drv/thermo.c index fb8cbb79..f9dd86cf 100644 --- a/bertos/drv/thermo.c +++ b/bertos/drv/thermo.c @@ -38,20 +38,10 @@ * \author Francesco Sacchi */ -/*#* - *#* $Log$ - *#* Revision 1.3 2006/09/20 20:12:41 marco - *#* Names convention, MOD_* macros. - *#* - *#* Revision 1.2 2006/07/19 12:56:26 bernie - *#* Convert to new Doxygen style. - *#* - *#* Revision 1.1 2005/11/04 17:59:47 bernie - *#* Import into DevLib. - *#* - *#*/ -#include -#include +#include +#include + +#include #include #include -- 2.25.1