diff --git a/keil_project/Src/main.c b/keil_project/Src/main.c index 254e45e..4125615 100644 --- a/keil_project/Src/main.c +++ b/keil_project/Src/main.c @@ -1,20 +1,9 @@ /** ****************************************************************************** - * @file Templates_LL/Src/main.c - * @author MCD Application Team + * @file main.c + * @author CAVAILLES, Kevin and GALLOIS, Leonie and GÜLDENSTEIN, Jasper and FOUSSATS, Morgane * @brief Main program body through the LL API ****************************************************************************** - * @attention - * - *

© Copyright (c) 2016 STMicroelectronics. - * All rights reserved.

- * - * This software component is licensed by ST under BSD 3-Clause license, - * the "License"; You may not use this file except in compliance with the - * License. You may obtain a copy of the License at: - * opensource.org/licenses/BSD-3-Clause - * - ****************************************************************************** */ #include "stm32f1xx_ll_rcc.h" // utile dans la fonction SystemClock_Config #include "stm32f1xx_ll_utils.h" // utile dans la fonction SystemClock_Config