From 6cd3286a1849d448f317c786325e466fd806bbbe Mon Sep 17 00:00:00 2001 From: Oussama Hannouch Date: Mon, 10 Apr 2023 23:58:54 +0200 Subject: [PATCH] Update 'soft/PjtKEIL_StepSon/Src/principal.c' --- soft/PjtKEIL_StepSon/Src/principal.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/soft/PjtKEIL_StepSon/Src/principal.c b/soft/PjtKEIL_StepSon/Src/principal.c index f6eae85..b0b78ce 100644 --- a/soft/PjtKEIL_StepSon/Src/principal.c +++ b/soft/PjtKEIL_StepSon/Src/principal.c @@ -1,8 +1,9 @@ #include "DriverJeuLaser.h" +#include "GestionSon.h" -extern void CallbackSon(void); +extern short Sortie_son; @@ -15,7 +16,7 @@ int main(void) // ============= INIT PERIPH (faites qu'une seule fois) ===================== // =========================================================================== -// Après exécution : le coeur CPU est clocké à 72MHz ainsi que tous les timers +// Après exécution : le coeur CPU est clocké à 72MHz ainsi que tous les timers CLOCK_Configure(); Timer_1234_Init_ff(TIM4, 65520000);