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: mbed Prog_rele mbed-rtos
Diff: src/task.cpp
- Revision:
- 2:c86c0f8dca14
- Parent:
- 1:3c3390d4e97b
diff -r 3c3390d4e97b -r c86c0f8dca14 src/task.cpp
--- a/src/task.cpp Sun Sep 19 13:29:11 2021 +0000
+++ b/src/task.cpp Mon Sep 20 12:49:26 2021 +0000
@@ -5,7 +5,6 @@
int task(){
int sts = 0;
-
sts = 1;
return sts;
}