- added suspend mode command 'X'
- added timerStop() git-svn-id: http://moon:8086/svn/projects/HendiControl@66 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -57,3 +57,9 @@ void timer_start(TimerId timerId, uint16_t count)
|
||||
exitCritial();
|
||||
}
|
||||
|
||||
void timer_stop(TimerId timerId)
|
||||
{
|
||||
enterCritical();
|
||||
user_timer[timerId].isRunning = 0;
|
||||
exitCritial();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user