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:
- 1:165d284f5927
- Parent:
- 0:5ffe02fbed02
--- a/main.cpp Sun May 19 14:08:55 2019 +0000
+++ b/main.cpp Sun May 19 16:27:34 2019 +0000
@@ -1,5 +1,5 @@
#include "mbed.h"
int main(){
- return 0;
+ return 1;
}