Skip to content

Commit

Permalink
cmake update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukezsmith committed Sep 15, 2022
1 parent 67e9714 commit e75fdc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ add_subdirectory(src/modules)
if(CMAKE_BUILD_TYPE STREQUAL release)
# -------- Collate Code Sources --------
file(GLOB_RECURSE PROJECT_SOURCES "${PROJECT_DIR}/*.c")
file(GLOB_RECURSE HAL_SOURCES "${HAL_PATH}/Src/*.c")
# -------- Include HAL Sources --------
set(HAL_SOURCES
${HAL_PATH}/Src/stm32f4xx_hal_hcd.c
Expand Down

0 comments on commit e75fdc8

Please sign in to comment.