From 2fd0a5466f78a0afc8e0e708bb4a7a0cff841892 Mon Sep 17 00:00:00 2001 From: PonomarevDA Date: Wed, 18 Dec 2024 19:15:00 +0300 Subject: [PATCH] remove unused uart.cpp --- Src/platform/stm32f103/uart.cpp | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 Src/platform/stm32f103/uart.cpp diff --git a/Src/platform/stm32f103/uart.cpp b/Src/platform/stm32f103/uart.cpp deleted file mode 100644 index f5f1a1e..0000000 --- a/Src/platform/stm32f103/uart.cpp +++ /dev/null @@ -1,8 +0,0 @@ -/** - * This program is free software under the GNU General Public License v3. - * See for details. - * Author: Dmitry Ponomarev - */ - -#include "peripheral/uart/uart.hpp" -#include "main.h"