essai

Files at this revision

API Documentation at this revision

Comitter:
gr91
Date:
Sun Nov 15 21:05:04 2020 +0100
Parent:
4:5974db399f25
Commit message:
ff

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5974db399f25 -r bb583c3b1c58 main.cpp
--- a/main.cpp	Sun Nov 15 20:58:58 2020 +0100
+++ b/main.cpp	Sun Nov 15 21:05:04 2020 +0100
@@ -16,7 +16,7 @@
     printf("This is the bare metal blinky example running on Mbed OS %d.%d.%d.\n", MBED_MAJOR_VERSION, MBED_MINOR_VERSION, MBED_PATCH_VERSION);
     while (true)
     {
-        a=a+1234;  //
+        a=a+1234;  ////
         c=a;
         b=c;
         led1 = !led1;