Remove CVS logs.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 15 May 2008 09:51:41 +0000 (09:51 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 15 May 2008 09:51:41 +0000 (09:51 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1254 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/buzzer.c
bertos/drv/buzzer.h
bertos/drv/buzzerled.c

index 63cbc4a8c7c01694c0b5a0bee5b16005f06bcd39..df72dae2dfe3bbaec2db4ef538e654658f5333ba 100644 (file)
  * \author Francesco Sacchi <batt@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.19  2006/07/19 12:56:25  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.18  2006/02/17 21:15:25  bernie
- *#* Add MOD_CHECK() checks.
- *#*
- *#* Revision 1.17  2006/02/10 12:30:18  bernie
- *#* Push interrupt protection inside hw module.
- *#*
- *#* Revision 1.16  2005/11/04 16:19:33  bernie
- *#* buz_init(): Restore IRQ protection as in project_bko.
- *#*
- *#* Revision 1.15  2005/06/27 21:25:50  bernie
- *#* Modularize hardware access; Port to new timer interface.
- *#*
- *#* Revision 1.14  2005/04/11 19:10:27  bernie
- *#* Include top-level headers from cfg/ subdir.
- *#*
- *#* Revision 1.13  2005/02/18 11:20:15  bernie
- *#* Use mware/event.h; Update copyright info.
- *#*
- *#* Revision 1.12  2004/12/13 12:07:06  bernie
- *#* DISABLE_IRQSAVE/ENABLE_IRQRESTORE: Convert to IRQ_SAVE_DISABLE/IRQ_RESTORE.
- *#*
- *#* Revision 1.11  2004/12/08 09:11:53  bernie
- *#* Rename time_t to mtime_t.
- *#*
- *#* Revision 1.10  2004/10/03 18:38:51  bernie
- *#* Add missing AVR header; Fix header.
- *#*
- *#* Revision 1.9  2004/09/14 21:01:25  bernie
- *#* Use new AVR port pin names.
- *#*/
-
 #include "buzzer.h"
 
 #include <hw_buzzer.h>
index 7d8837c1116842035b2df3ae8ab9dfa9338fc258..16f645180d071941676c9e368c7c2b0067291a7c 100644 (file)
  * \brief Buzzer driver
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.10  2006/07/19 12:56:25  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.9  2005/11/27 23:32:15  bernie
- *#* Update copyright information.
- *#*
- *#* Revision 1.8  2005/11/04 16:20:02  bernie
- *#* Fix reference to README.devlib in header.
- *#*
- *#* Revision 1.7  2005/04/11 19:10:27  bernie
- *#* Include top-level headers from cfg/ subdir.
- *#*
- *#* Revision 1.6  2004/12/08 09:11:53  bernie
- *#* Rename time_t to mtime_t.
- *#*
- *#* Revision 1.5  2004/08/25 14:12:08  rasky
- *#* Aggiornato il comment block dei log RCS
- *#*
- *#* Revision 1.4  2004/08/24 16:53:43  bernie
- *#* Add missing headers.
- *#*
- *#* Revision 1.3  2004/06/03 11:27:09  bernie
- *#* Add dual-license information.
- *#*
- *#* Revision 1.2  2004/05/23 18:21:53  bernie
- *#* Trim CVS logs and cleanup header info.
- *#*
- *#*/
 #ifndef DRV_BUZZER_H
 #define DRV_BUZZER_H
 
index 7ce6f53c416d6cf5146b29ce4df3f66460deabf6..afc819028a8666cada29f415a09f8d1a13573a8e 100644 (file)
  * \author Giovanni Bajo <rasky@develer.com>
  */
 
-/*#*
- *#* $Log$
- *#* Revision 1.7  2006/07/19 12:56:25  bernie
- *#* Convert to new Doxygen style.
- *#*
- *#* Revision 1.6  2005/11/04 16:20:02  bernie
- *#* Fix reference to README.devlib in header.
- *#*
- *#* Revision 1.5  2004/12/08 09:43:41  bernie
- *#* Add a todo item.
- *#*
- *#* Revision 1.4  2004/08/25 14:12:08  rasky
- *#* Aggiornato il comment block dei log RCS
- *#*
- *#* Revision 1.3  2004/07/14 14:04:29  rasky
- *#* Merge da SC: spostata bld_set inline perché si ottimizza parecchio tramite propagazione di costanti
- *#*
- *#* Revision 1.2  2004/06/03 11:27:09  bernie
- *#* Add dual-license information.
- *#*
- *#* Revision 1.1  2004/05/23 18:36:05  bernie
- *#* Import buzzerled driver.
- *#*
- *#*/
-
 #include "buzzerled.h"
 #include "timer.h"