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})
3333
3434 add_executable (fetch-test -${FAMILY} ${SOURCES} )
3535 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-
4136endforeach ()
Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ foreach(FAMILY ${TEST_FAMILIES})
3636 add_executable (hal-test -${FAMILY} ${SOURCES} )
3737 target_compile_definitions (hal-test -${FAMILY} PRIVATE USE_FULL_LL_DRIVER)
3838
39- if (${FAMILY} STREQUAL "MP1" )
40- target_compile_definitions (hal-test -${FAMILY} PRIVATE USE_HAL_DRIVER)
41- endif ()
42-
4339 foreach (DRIVER ${HAL_DRIVERS_${FAMILY} })
4440 string (TOUPPER ${DRIVER} DRIVER)
4541 target_link_libraries (hal-test -${FAMILY} HAL::STM32::${FAMILY}${CORE} ::${DRIVER} )
You can’t perform that action at this time.
0 commit comments