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:ac617c2d1c1c
- Parent:
- 0:2e6c56c29340
- Child:
- 2:391f8ed1f54c
diff -r 2e6c56c29340 -r ac617c2d1c1c main.cpp
--- a/main.cpp Mon Aug 20 17:35:58 2018 +0000
+++ b/main.cpp Mon Aug 20 17:37:53 2018 +0000
@@ -2,6 +2,8 @@
DigitalOut led1(LED1);
+// Adding information for test commit
+
// main() runs in its own thread in the OS
int main() {
while (true) {