Skip to content

Commit

Permalink
Remove overlap sources in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyTang17 committed Sep 19, 2023
1 parent dbe40c3 commit d766bc1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tools/Firmware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ set(DRIVERS_IWDGDriver_CXX_SOURCES "${DRIVERS_IWDGDriver_DIR}/*.cpp")
## Drivers Sources ##
set(DRIVERS_UARTDevice_DIR ${ROOT_DIR}/Drivers/UARTDevice/Src)
set(DRIVERS_UARTDevice_CXX_SOURCES "${DRIVERS_UARTDevice_DIR}/*.cpp")
set(DRIVERS_Common_DIR ${ROOT_DIR}/Drivers/Common/Src)
set(DRIVERS_Common_CXX_SOURCES "${DRIVERS_Common_DIR}/*.cpp")

file(GLOB_RECURSE C_SOURCES ${HAL_DRIVERS_C_SOURCES}
${FREE_RTOS_C_SOURCES}
Expand Down

0 comments on commit d766bc1

Please sign in to comment.