From 53da396e3ace4249372b96c02bce8b6840151009 Mon Sep 17 00:00:00 2001 From: Oussama El-Jid Date: Tue, 11 Apr 2023 18:03:18 +0200 Subject: [PATCH] remplissage de gestionson.h --- BE-chti C/soft/PjtKEIL_StepSon/Src/GestionSon.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BE-chti C/soft/PjtKEIL_StepSon/Src/GestionSon.h b/BE-chti C/soft/PjtKEIL_StepSon/Src/GestionSon.h index 69d9614..d6e4710 100644 --- a/BE-chti C/soft/PjtKEIL_StepSon/Src/GestionSon.h +++ b/BE-chti C/soft/PjtKEIL_StepSon/Src/GestionSon.h @@ -1,2 +1,7 @@ +#ifndef GESTION_SON +#define GESTION_SON + void StartSon(void); -void GestionSon(void); \ No newline at end of file +void GestionSon(void); + +#endif \ No newline at end of file