Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-05-18 13:07:33 +02:00
parent 95ec6cd0ab
commit b308f80a11
25 changed files with 648 additions and 2647 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
# Install script for directory: /home/eduard/repos/LightTAM_RFID_Reader
# Install script for directory: /home/eduard/Repos/LightTAM_RFID_Reader
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -34,12 +34,12 @@ endif()
# Set default install directory permissions.
if(NOT DEFINED CMAKE_OBJDUMP)
set(CMAKE_OBJDUMP "/opt/st/stm32cubeclt_1.17.0/GNU-tools-for-STM32/bin/arm-none-eabi-objdump")
set(CMAKE_OBJDUMP "/opt/st/stm32cubeclt_1.17.0_2/GNU-tools-for-STM32/bin/arm-none-eabi-objdump")
endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx/cmake_install.cmake")
include("/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/cmake/stm32cubemx/cmake_install.cmake")
endif()
if(CMAKE_INSTALL_COMPONENT)
@@ -50,5 +50,5 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
file(WRITE "/home/eduard/repos/LightTAM_RFID_Reader/build/Debug/${CMAKE_INSTALL_MANIFEST}"
file(WRITE "/home/eduard/Repos/LightTAM_RFID_Reader/build/Debug/${CMAKE_INSTALL_MANIFEST}"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")