]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/timers.c
Update the method used to detect if a timer is active. Previously the timer was...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 24 Oct 2018 21:37:59 +0000 (21:37 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 24 Oct 2018 21:37:59 +0000 (21:37 +0000)
commit477bd40c1a1bc93b344686101c350f22ff30eea9
tree96d1f2708f26c286ac17757c25527895fc1b52bf
parent7e12290c751b4b7e07e1db2099e86b482303f88f
Update the method used to detect if a timer is active.  Previously the timer was deemed to be inactive if it was not referenced from a list.  However, when a timer is updated it is temporarily removed from, then re-added to a list, so now the timer's active status is stored separately.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2589 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/timers.c