Jozef Staník / Mbed OS Cvicenie_4
Revision:
1:1579d36c7659
Parent:
0:99c19dff3a25
Child:
2:7235899a3ac7
--- a/main.cpp	Tue Oct 06 07:21:25 2020 +0000
+++ b/main.cpp	Tue Oct 06 07:21:42 2020 +0000
@@ -15,7 +15,7 @@
 {
     // Initialise the digital pin LED1 as an output
     DigitalOut led(LED1);
-
+    // comment
     while (true) {
         led = !led;
         thread_sleep_for(BLINKING_RATE_MS);