essai

Revision:
3:50a5978e692b
Parent:
2:c70898d59a60
Child:
4:5974db399f25
--- a/main.cpp	Sun Nov 15 20:04:45 2020 +0100
+++ b/main.cpp	Sun Nov 15 20:14:10 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=a+1234;
         c=a;
         b=c;
         led1 = !led1;