Update to new name.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 27 Aug 2008 14:26:53 +0000 (14:26 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 27 Aug 2008 14:26:53 +0000 (14:26 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1729 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/thermo.c

index d8e2742e6843bb4287594d59f71b236098e311a3..db395210f449d1c184f3ef48e9754bdfba51db02 100644 (file)
@@ -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);
 }