Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: rtest LeonardoMbos OS_test Labo_TRSE_Drone ... more
Revision 6:cf660b28b2a4, committed 2012-01-09
- 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();
}