X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fbuzzer.c;h=8cac8123ed3493fe0630834aa44ed44eec015f39;hb=57361899689e96564278652c8676b40485a37c41;hp=a57af7a04a201bfbcf621312d0b137bf5c941e69;hpb=c22fe24a0da896a52dbc3882390ec18a440ef56a;p=bertos.git diff --git a/bertos/drv/buzzer.c b/bertos/drv/buzzer.c index a57af7a0..8cac8123 100644 --- a/bertos/drv/buzzer.c +++ b/bertos/drv/buzzer.c @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/) - * Copyright 1999, 2003 Bernardo Innocenti + * Copyright 1999, 2003 Bernie Innocenti * * --> * @@ -36,7 +36,7 @@ * \brief Buzzer driver (implementation) * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Francesco Sacchi */ @@ -155,7 +155,7 @@ void buz_init(void) BUZZER_HW_INIT; /* Init software interrupt. */ - timer_set_event_softint(&buz_timer, (Hook)buz_softint, 0); + timer_setSoftint(&buz_timer, (Hook)buz_softint, 0); MOD_INIT(buzzer); }