Interrupt Spielereien

Dependencies:   mbed

Revision:
2:afd73f8f51fe
Parent:
1:c880c990b9b9
diff -r c880c990b9b9 -r afd73f8f51fe main.cpp
--- a/main.cpp	Mon Dec 16 18:22:04 2019 +0000
+++ b/main.cpp	Mon Dec 16 18:26:02 2019 +0000
@@ -21,7 +21,7 @@
  
 void toggle_led1() {
     
-    myleds = 0x01;
+    myleds = myleds | 0x01;
 }
  
 void turn_all_Led_on() {