v2019

Dependencies:   CRAC-Strat_2019 SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac

Dependents:   Codeprincipal_2019 CRAC-Strat_2019

Revision:
1:116040d14164
Parent:
0:ad97421fb1fb
Child:
11:ed13a480ddca
--- a/Debug/debug.h	Wed Apr 13 22:04:54 2016 +0000
+++ b/Debug/debug.h	Fri Apr 15 10:49:40 2016 +0000
@@ -19,6 +19,10 @@
 Boucle d'erreur
 ***/
 void errorLoop(void);
+/***
+Boucle d'erreur si une instruction n'est pas lue correctement
+***/
+void errorInstructionLoop(void);
 
 /****************************************************************************************/
 /* FUNCTION NAME: sendStratEtat                                                         */