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.
Dependencies: STM32F3-Discovery
Diff: sys.c
- Revision:
- 2:1c1f7677ac17
- Parent:
- 0:404dae88af71
--- a/sys.c Mon May 09 22:35:58 2016 +0000 +++ b/sys.c Tue May 17 23:53:10 2016 +0000 @@ -76,7 +76,7 @@ sysTiming = dly; - while (sysTiming > 0) { }; + while (sysTiming > 0) {};//__wfe();}; }