Skip to content

Commit

Permalink
DAM CMake formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucien950 committed Jan 28, 2025
1 parent 8dcefec commit 1ac542a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/quintuna/DAM/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set(LINKER_SCRIPT "${LINKER_DIR}/stm32h733vgtx/stm32h733vgtx_app.ld")
file(GLOB CUBEMX_SRCS
"${CMAKE_CURRENT_SOURCE_DIR}/src/cubemx/Src/*.c"
)
embedded_no_checks("${CUBEMX_SRCS}")
file(GLOB SYSTEM_SRCS
"${CMAKE_CURRENT_SOURCE_DIR}/src/*.c"
)
Expand Down Expand Up @@ -40,7 +41,6 @@ set(HW_INCLUDE_DIRS

if ("${TARGET}" STREQUAL "binary")
set(SRCS ${APP_SRCS} ${IO_SRCS} ${HW_SRCS} ${TASKS_SRCS} ${SYSTEM_SRCS} ${CUBEMX_SRCS})
embedded_no_checks("${CUBEMX_SRCS}")
set(INCLUDE_DIRS ${APP_INCLUDE_DIRS} ${IO_INCLUDE_DIRS} ${HW_INCLUDE_DIRS} ${SYSTEM_INCLUDE_DIRS})

embedded_binary(
Expand Down

0 comments on commit 1ac542a

Please sign in to comment.