changement nom

This commit is contained in:
Maxime Chauveau
2025-02-17 18:21:29 +01:00
parent f2e35fe48d
commit afc93598a3
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
#ifndef FUNCTIONS_H_
#define FUNCTIONS_H_
void maine();
void Cppmain();
void accelerer();
void ralentir();

View File

@@ -27,7 +27,7 @@ void ralentir(){
void maine(){
void Cppmain(){
GPIOC->ODR ^= (1<<10);
TIM3->CCR4 = 0;

View File

@@ -106,7 +106,7 @@ int main(void)
/* USER CODE BEGIN 3 */
maine();
Cppmain();
}