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
Diff: main.cpp
- Revision:
- 2:8971078b1ccf
- Parent:
- 1:2f41ff56545e
- Child:
- 3:fcdb215feace
--- a/main.cpp Mon Mar 25 16:09:09 2019 +0000 +++ b/main.cpp Mon Mar 25 16:12:41 2019 +0000 @@ -1,1 +1,8 @@ -coucou \ No newline at end of file +#include "mbed.h" + +int main(void) +{ + + + return 0; +} \ No newline at end of file