carte_strategie_2019

Dependencies:   mbed SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac

Revision:
70:73b033f2d13f
Parent:
57:082ecdf02a98
Child:
83:23e04b85ae06
Child:
85:c46c39d879a9
--- a/Globals/global.h	Sun May 26 15:25:09 2019 +0000
+++ b/Globals/global.h	Sun May 26 15:29:47 2019 +0000
@@ -1,3 +1,6 @@
+#ifndef GLOBAL_H
+#define GLOBAL_H
+
 #include "mbed.h"
 #include "ident_crac.h"
 
@@ -62,3 +65,4 @@
 extern char modeTelemetre; // Si à 1, indique que l'on attend une reponse du telemetre 
 extern unsigned short waitingId;
 
+#endif