]> begriffs open source - freertos/commit
Update the method used to detect if a timer is active. Previously the timer was...
authorRichard Barry <ribarry@amazon.com>
Wed, 24 Oct 2018 21:37:59 +0000 (21:37 +0000)
committerRichard Barry <ribarry@amazon.com>
Wed, 24 Oct 2018 21:37:59 +0000 (21:37 +0000)
commit55ff89373a0c8cfd95dd42f492ccb13488921843
tree96d1f2708f26c286ac17757c25527895fc1b52bf
parent6fab2b9e0d23bcf4f0da5dbc09ad725817f2c1ff
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.
FreeRTOS/Source/include/FreeRTOS.h
FreeRTOS/Source/timers.c