From 6bc05daad000c30d2b4e57aab9d68fa4296cbffe Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Thu, 19 Jan 2023 23:02:42 +0100 Subject: [PATCH] Move source files to subdir --- src/{ => stm32}/can.cpp | 0 src/{ => stm32}/delay.cpp | 0 src/{ => stm32}/gpio_pin.cpp | 0 src/{ => stm32}/init.cpp | 0 src/{ => stm32}/spi.cpp | 0 src/{ => stm32}/uart.cpp | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => stm32}/can.cpp (100%) rename src/{ => stm32}/delay.cpp (100%) rename src/{ => stm32}/gpio_pin.cpp (100%) rename src/{ => stm32}/init.cpp (100%) rename src/{ => stm32}/spi.cpp (100%) rename src/{ => stm32}/uart.cpp (100%) diff --git a/src/can.cpp b/src/stm32/can.cpp similarity index 100% rename from src/can.cpp rename to src/stm32/can.cpp diff --git a/src/delay.cpp b/src/stm32/delay.cpp similarity index 100% rename from src/delay.cpp rename to src/stm32/delay.cpp diff --git a/src/gpio_pin.cpp b/src/stm32/gpio_pin.cpp similarity index 100% rename from src/gpio_pin.cpp rename to src/stm32/gpio_pin.cpp diff --git a/src/init.cpp b/src/stm32/init.cpp similarity index 100% rename from src/init.cpp rename to src/stm32/init.cpp diff --git a/src/spi.cpp b/src/stm32/spi.cpp similarity index 100% rename from src/spi.cpp rename to src/stm32/spi.cpp diff --git a/src/uart.cpp b/src/stm32/uart.cpp similarity index 100% rename from src/uart.cpp rename to src/stm32/uart.cpp