From 7c04fadd850225b399cd7edae832fa151631fdf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jasper=20G=C3=BCldenstein?= Date: Sun, 15 Nov 2020 17:59:44 +0100 Subject: [PATCH] authors in main --- keil_project/Src/main.c | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) 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