]> git.sur5r.net Git - freertos/commit
Fix compiler warning in timers.c/h that are only seen when the file is compiled on...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Nov 2011 13:24:32 +0000 (13:24 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Tue, 22 Nov 2011 13:24:32 +0000 (13:24 +0000)
commit36f74cc8f9410bf2dfda7288a9b89459dec9c0fc
treedd90add08b51f005426e7f5520b88a7067210012
parent8461335f0249e05cb3b53916c7e467e93934239d
Fix compiler warning in timers.c/h that are only seen when the file is compiled on 8 bit devices.
Update example source code in timers.h so the parameter names match those in timers.c.
Fix "known issue" bug in xTaskResumeFromISR() (which was missing a critical section).

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