]> git.sur5r.net Git - freertos/commit - FreeRTOS/Demo/Common/Minimal/TimerDemo.c
Improve how TimerDemo.c manages differences between the tick count and its own intern...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 4 Feb 2014 14:55:53 +0000 (14:55 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 4 Feb 2014 14:55:53 +0000 (14:55 +0000)
commit7ea4661dd012a8c1117f47f99c5c8990b7f9e03a
treefd90323c68e6e9e44feef1df9e80c1f245e768b7
parent69376e2d4aa092234b74520a2a2541d8a2ce4bf3
Improve how TimerDemo.c manages differences between the tick count and its own internal tick count, which can temporarily differ when the tick hook is called while the scheduler is suspended.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2191 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Demo/Common/Minimal/EventGroupsDemo.c
FreeRTOS/Demo/Common/Minimal/TimerDemo.c