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"