essai

Revision:
2:c70898d59a60
Parent:
0:b3f6eeee5292
Child:
3:50a5978e692b
--- a/main.cpp	Sun Nov 15 20:00:37 2020 +0100
+++ b/main.cpp	Sun Nov 15 20:04:45 2020 +0100
@@ -14,7 +14,6 @@
     volatile static int b;
     volatile int c;
     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++;