Andrea Vicari / Mbed 2 deprecated BlinkTicker123

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
vicara
Date:
Tue Nov 13 13:56:53 2018 +0000
Parent:
3:22314e85092e
Commit message:
Removed log

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 22314e85092e -r 188e09ae3df9 main.cpp
--- a/main.cpp	Tue Nov 13 13:52:53 2018 +0000
+++ b/main.cpp	Tue Nov 13 13:56:53 2018 +0000
@@ -28,7 +28,6 @@
         led3 = 0;
     }
     
-    printf("%u - %u - %u \n", counter & (1 << (0)), counter & (1 << (1)), counter & (1 << (2)));
     counter++;
 }