From 730d0cddd4894b428ef0b6c3cdeacaa0f47d7052 Mon Sep 17 00:00:00 2001 From: Louis Rousset Date: Tue, 11 Apr 2023 13:57:50 +0200 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20'Drivers/Sources/Drive?= =?UTF-8?q?r=5FTimer.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Drivers/Sources/Driver_Timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Drivers/Sources/Driver_Timer.c b/Drivers/Sources/Driver_Timer.c index 85fc546..92e78c9 100644 --- a/Drivers/Sources/Driver_Timer.c +++ b/Drivers/Sources/Driver_Timer.c @@ -21,7 +21,7 @@ void MyTimer_Base_Init(MyTimer_Struct_TypeDef * Timer){ RCC->APB1ENR |= RCC_APB1ENR_TIM4EN; } - /* Load des valeurs de l'ARR et du PSC */ + /* Load des valeurs de l'ARR et du PSC pour définir la période de comptage du TIMER et sa limite*/ Timer->Timer->ARR = Timer->ARR; Timer->Timer->PSC = Timer->PSC;