Skip to content

Commit 0160aa4

Browse files
committed
fixed CMakeLists.txt i think
1 parent 3dd7cad commit 0160aa4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

libs/HALf4/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ project(HALf4
1313
LANGUAGES C ASM
1414
)
1515

16-
add_library(${PROJECT_NAME} STATIC
17-
src/stm32f4xx_hal_sdram.c)
16+
add_library(${PROJECT_NAME} STATIC)
1817

1918
# Glob together all C source files
2019
file(GLOB HALf4_C_SRC_FILES src/*.c)

0 commit comments

Comments
 (0)