File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,4 @@ foreach(FAMILY ${TEST_FAMILIES})
33
33
34
34
add_executable (fetch-test-${FAMILY} ${SOURCES} )
35
35
target_link_libraries (fetch-test-${FAMILY} STM32::NoSys HAL::STM32::${FAMILY}${CORE}::CORTEX CMSIS::STM32::${DEVICE}${CORE} )
36
-
37
- if (${FAMILY} STREQUAL "MP1" )
38
- target_compile_definitions (fetch-test-${FAMILY} PRIVATE USE_HAL_DRIVER )
39
- endif ()
40
-
41
36
endforeach ()
Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ foreach(FAMILY ${TEST_FAMILIES})
36
36
add_executable (hal-test-${FAMILY} ${SOURCES} )
37
37
target_compile_definitions (hal-test-${FAMILY} PRIVATE USE_FULL_LL_DRIVER )
38
38
39
- if (${FAMILY} STREQUAL "MP1" )
40
- target_compile_definitions (hal-test-${FAMILY} PRIVATE USE_HAL_DRIVER )
41
- endif ()
42
-
43
39
foreach (DRIVER ${HAL_DRIVERS_${FAMILY}} )
44
40
string (TOUPPER ${DRIVER} DRIVER )
45
41
target_link_libraries (hal-test-${FAMILY} HAL::STM32::${FAMILY}${CORE}::${DRIVER} )
You can’t perform that action at this time.
0 commit comments