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: src/task.cpp
- Revision:
- 1:b05f79b901ac
- Parent:
- 0:aa53c09fba30
--- a/src/task.cpp Mon Sep 20 13:06:41 2021 +0000
+++ b/src/task.cpp Thu Sep 23 18:18:05 2021 +0000
@@ -5,7 +5,6 @@
int task(){
int sts = 0;
-
sts = 1;
return sts;
}