From 40093322c32120dfbf8653fa0c2a30c5512d0956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Wed, 12 Feb 2020 23:03:17 +0100 Subject: [PATCH] Remove wrong file headers --- stm-firmware/main.c | 7 ------- stm-firmware/stm-periph/uart.c | 10 ---------- 2 files changed, 17 deletions(-) diff --git a/stm-firmware/main.c b/stm-firmware/main.c index dbe0ee9..418c08e 100644 --- a/stm-firmware/main.c +++ b/stm-firmware/main.c @@ -1,10 +1,3 @@ -/* - * main.c - * - * Created on: Apr 25, 2015 - * Author: mari - */ - #include #include /* #include */ diff --git a/stm-firmware/stm-periph/uart.c b/stm-firmware/stm-periph/uart.c index 5643b7c..ff2dd5b 100644 --- a/stm-firmware/stm-periph/uart.c +++ b/stm-firmware/stm-periph/uart.c @@ -1,13 +1,3 @@ -/* - * uart.c - * - * Created on: Dec 15, 2014 - * Author: shino-chan - */ -//USART2 -//PA2 => TX -//PA3 => RX -//Alternate Function 7 #include #include #include