Add support for more that one bank flash.
[bertos.git] / bertos / hw / hw_buzzer.h
index f6e790b8803bfe288dc419737d87a5b475cc64ee..d5974782615c259d098e0f5e3daf6209b889fad8 100644 (file)
  * invalidate any other reasons why the executable file might be covered by
  * the GNU General Public License.
  *
- * Copyright 2003, 2004, 2005, 2006 Develer S.r.l. (http://www.develer.com/)
- * Copyright 2000 Bernardo Innocenti
+ * Copyright 2003, 2004, 2005, 2006, 2008 Develer S.r.l. (http://www.develer.com/)
+ * Copyright 2000 Bernie Innocenti
  * All Rights Reserved.
  * -->
  *
  * \brief Buzzer hardware-specific definitions
  *
- * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  */
@@ -41,9 +40,9 @@
 #ifndef HW_BUZZER_H
 #define HW_BUZZER_H
 
-#warning TODO:This is example implemetantion, you must implement it! 
+#warning TODO:This is an example implementation, you must implement it!
 
-#define BUZZER_BIT      1 
+#define BUZZER_BIT      1
 #define IS_BUZZER_ON    0
 #define BUZZER_HW_INIT  do { /* Implement me! */ } while (0)
 #define BUZZER_ON       do { /* Implement me! */ } while (0)