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.
Diff: main.cpp
- Revision:
- 3:13a75fd3a983
- Parent:
- 1:d78c639f6b65
--- a/main.cpp Thu Sep 26 12:00:11 2019 +0100
+++ b/main.cpp Mon Oct 28 12:00:09 2019 +0000
@@ -14,6 +14,6 @@
while (true)
{
led1 = !led1;
- wait_ms(WAIT_TIME);
+ thread_sleep_for(WAIT_TIME);
}
}