essai

Revision:
4:5974db399f25
Parent:
3:50a5978e692b
Child:
5:bb583c3b1c58
--- a/main.cpp	Sun Nov 15 20:14:10 2020 +0100
+++ b/main.cpp	Sun Nov 15 20:58:58 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;