Fix typo in timers
parent
cac139297d
commit
59ea478b0a
|
@ -84,7 +84,7 @@ PRIVATE>
|
||||||
|
|
||||||
: start-timer ( timer -- )
|
: start-timer ( timer -- )
|
||||||
[
|
[
|
||||||
'[ _ timer-loop ] "Alarm execution" spawn
|
'[ _ timer-loop ] "Timer execution" spawn
|
||||||
] keep thread<< ;
|
] keep thread<< ;
|
||||||
|
|
||||||
: stop-timer ( timer -- )
|
: stop-timer ( timer -- )
|
||||||
|
|
Loading…
Reference in New Issue