From b9345ab59759eb3a5ba8a21493b5bb78c918c8a9 Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 27 Aug 2008 14:26:53 +0000 Subject: [PATCH] Update to new name. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1729 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/thermo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/drv/thermo.c b/bertos/drv/thermo.c index d8e2742e..db395210 100644 --- a/bertos/drv/thermo.c +++ b/bertos/drv/thermo.c @@ -259,6 +259,6 @@ void thermo_init(void) MOD_INIT(thermo); timer_setDelay(&thermo_timer, ms_to_ticks(THERMO_INTERVAL_MS)); - timer_set_event_softint(&thermo_timer, (Hook)thermo_softint, 0); + timer_setSoftint(&thermo_timer, (Hook)thermo_softint, 0); timer_add(&thermo_timer); } -- 2.25.1