BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
21:f0cf4173ecdb
Parent:
5:d6b0bf27bac6
Child:
36:f58a566595ad
--- a/include/Couleurs.h	Wed Apr 13 15:39:11 2016 +0000
+++ b/include/Couleurs.h	Thu Apr 14 12:50:25 2016 +0000
@@ -1,7 +1,7 @@
-#ifndef CCOULEURLEDS_H
-#define CCOULEURLEDS_H
+#ifndef COULEURS_H
+#define COULEURS_H
 
-// Enum contenant les couleurs des Leds/Formes
+//Définition des couleurs des Leds/Formes
 
 #define LED_NOIR 0x00
 #define LED_ROUGE 0xE0
@@ -13,4 +13,4 @@
 #define LED_MAGENTA 0xE3
 #define LED_BLANC 0xFF
 
-#endif
+#endif //COULEURS_H