BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
13:336220ac9a8b
Parent:
12:7afdbc7465ac
Child:
14:6b6aa696680f
--- a/src/cMatrice.cpp	Sun Apr 10 20:51:02 2016 +0000
+++ b/src/cMatrice.cpp	Sun Apr 10 21:54:27 2016 +0000
@@ -108,8 +108,6 @@
     unsigned char result = 0;
     ///////////////////////////////////////////////
     /////////////////////////////////////
-    Serial pc(USBTX, USBRX);
-
     switch(mvt) {
         case 'b': {
             ///////////////////////////////////////////////////////////////////////////////////
@@ -894,6 +892,5 @@
             break;
         }
     }
-    pc.printf("%d\n", result);
     return result;
 }
\ No newline at end of file