From: batt Date: Wed, 27 Aug 2008 14:26:53 +0000 (+0000) Subject: Update to new name. X-Git-Tag: 2.0.0~205 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b9345ab59759eb3a5ba8a21493b5bb78c918c8a9;p=bertos.git Update to new name. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1729 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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); }