Skip to content

Commit

Permalink
fix: add missing cmake dependency (#459)
Browse files Browse the repository at this point in the history
Fix missing cmake dependency

Add missing services.util dependency that is needed by usage of services::FlashAlign.
  • Loading branch information
fabiangottstein authored Dec 5, 2024
1 parent 1529067 commit f11d3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hal_st/stm32fxxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ target_include_directories(hal_st.stm32fxxx PUBLIC
target_link_libraries(hal_st.stm32fxxx PUBLIC
hal.interfaces
infra.timer
services.util
st.hal_driver
hal_st.cortex
)
Expand Down

0 comments on commit f11d3bf

Please sign in to comment.