diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-11-23 14:16:12 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-11-23 14:16:12 +0000 |
commit | cc85ca11fbb0b302266e09c3a85d2782ead85986 (patch) | |
tree | eeb51a762e6961e70077435733961228c8dbac70 /src/chschd.c | |
parent | f2ced068fb80aa38326e1ef75eafdd5834e9017a (diff) | |
download | ChibiOS-cc85ca11fbb0b302266e09c3a85d2782ead85986.tar.gz ChibiOS-cc85ca11fbb0b302266e09c3a85d2782ead85986.tar.bz2 ChibiOS-cc85ca11fbb0b302266e09c3a85d2782ead85986.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@108 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/chschd.c')
-rw-r--r-- | src/chschd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/chschd.c b/src/chschd.c index 65a1fd360..c93b6aab7 100644 --- a/src/chschd.c +++ b/src/chschd.c @@ -183,9 +183,7 @@ BOOL chSchRescRequiredI(void) { */
void chSchTimerHandlerI(void) {
- if (rlist.r_preempt)
- rlist.r_preempt--;
-
+ rlist.r_preempt--;
#ifdef CH_USE_SYSTEMTIME
rlist.r_stime++;
#endif
|