Add configurable options for HD44780 LCD display columns and rows.
[bertos.git] / bertos / drv / buzzer.c
index 8cac8123ed3493fe0630834aa44ed44eec015f39..042d06cc76be47d8f27a054e0f813b38d5b05208 100644 (file)
  *
  * -->
  *
- * \version $Id$
- *
  * \brief Buzzer driver (implementation)
  *
- * \version $Id$
  * \author Bernie Innocenti <bernie@codewiz.org>
  * \author Francesco Sacchi <batt@develer.com>
  */
@@ -92,7 +89,7 @@ static void buz_softint(void)
  */
 void buz_beep(mtime_t time)
 {
-       cpuflags_t flags;
+       cpu_flags_t flags;
        IRQ_SAVE_DISABLE(flags);
 
        /* Remove the software interrupt if it was already queued */
@@ -127,7 +124,7 @@ void buz_repeat_start(mtime_t duration, mtime_t interval)
  */
 void buz_repeat_stop(void)
 {
-       cpuflags_t flags;
+       cpu_flags_t flags;
        IRQ_SAVE_DISABLE(flags);
 
        /* Remove the software interrupt if it was already queued */