projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b1b475
)
Update to new event.h naming
author
aleph
<aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 7 Jun 2004 15:54:23 +0000
(15:54 +0000)
committer
aleph
<aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 7 Jun 2004 15:54:23 +0000
(15:54 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@32
38d2e660
-2303-0410-9eaa-
f027e97ec537
drv/buzzer.c
patch
|
blob
|
history
diff --git
a/drv/buzzer.c
b/drv/buzzer.c
index d0df8fc1c7dab3d05639aef68737be9c6b016d3b..372647fdc94ea4a017094765e7c0d4a02b140d88 100755
(executable)
--- a/
drv/buzzer.c
+++ b/
drv/buzzer.c
@@
-15,6
+15,9
@@
/*
* $Log$
+ * Revision 1.5 2004/06/07 15:54:23 aleph
+ * Update to new event.h naming
+ *
* Revision 1.4 2004/06/06 16:09:22 bernie
* Reformat (from project_ks).
*
@@
-194,5
+197,5
@@
void buz_init(void)
/* Inizializza software interrupt */
buz_timer = timer_new();
ASSERT(buz_timer != NULL);
-
INITEVENT_INT
(&buz_timer->expire, (Hook)buz_softint, 0);
+
event_initSoftInt
(&buz_timer->expire, (Hook)buz_softint, 0);
}