Dependents:   rtest LeonardoMbos OS_test Labo_TRSE_Drone ... more

Files at this revision

API Documentation at this revision

Comitter:
AndrewL
Date:
Mon Jan 09 03:11:46 2012 +0000
Parent:
5:6eef5e47e154
Commit message:
Fixed error relating to timer events posted to tasks that are not waiting

Changed in this revision

mbos.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 6eef5e47e154 -r cf660b28b2a4 mbos.cpp
--- a/mbos.cpp	Mon Jan 09 02:38:07 2012 +0000
+++ b/mbos.cpp	Mon Jan 09 03:11:46 2012 +0000
@@ -159,7 +159,6 @@
     uint i;
     
     __disable_irq();
-    led3 =1;
     for(i = 0; i < _numtimers; i++){
         if(_timers[i].timer){
             _timers[i].timer--;    
@@ -178,7 +177,6 @@
     __enable_irq();
     return;
     }
-    led3 = 0;
     _swap();
     __enable_irq();
 }