]> begriffs open source - freertos/commit
Fix compiler warning in timers.c/h that are only seen when the file is compiled on...
authorRichard Barry <ribarry@amazon.com>
Tue, 22 Nov 2011 13:24:32 +0000 (13:24 +0000)
committerRichard Barry <ribarry@amazon.com>
Tue, 22 Nov 2011 13:24:32 +0000 (13:24 +0000)
commiteb8f02358e12f710b28b8cb22abe97bfe2f1a40b
treedd90add08b51f005426e7f5520b88a7067210012
parent562eedc4347725123d024099876a8f1313fdbcf1
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).
Source/include/timers.h
Source/tasks.c
Source/timers.c