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.
Revision 1:fd24dd2470e2, committed 2015-01-29
- Comitter:
- mfiore
- Date:
- Thu Jan 29 18:33:48 2015 +0000
- Parent:
- 0:e36c2505e13e
- Commit message:
- added comment to main()
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jan 29 18:31:53 2015 +0000
+++ b/main.cpp Thu Jan 29 18:33:48 2015 +0000
@@ -1,5 +1,7 @@
#include "mbed.h"
+// comment
+
int main() {
DigitalOut led(LED1);