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.
Fork of TinyJS by
Diff: main.cpp
- Revision:
- 9:f80cf055f03d
- Parent:
- 6:30b4122b0ee2
diff -r 819934a27c2d -r f80cf055f03d main.cpp --- a/main.cpp Mon Jan 20 00:07:35 2014 +0000 +++ b/main.cpp Wed Sep 10 08:41:53 2014 +0000 @@ -51,7 +51,7 @@ //--------------------------------------------- //--------------------------------------------- - +#if 0 int main() { pc.baud(57600); @@ -66,3 +66,4 @@ printf("bye bye\n"); } } +#endif