BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
21:f0cf4173ecdb
Parent:
15:3782eb2bc312
Child:
28:e932eb039271
Child:
35:7aef0bbdf335
--- a/src/cMatrice.cpp	Wed Apr 13 15:39:11 2016 +0000
+++ b/src/cMatrice.cpp	Thu Apr 14 12:50:25 2016 +0000
@@ -90,6 +90,7 @@
             _matrice[i][j] = LED_NOIR;
         }
     }
+    //////////////////////////////////////////////////////////////////////////////////////
     _matrice[0][0] = LED_ROUGE;
 }