Skip to content

Commit 9b287c6

Browse files
committed
Add missing dependency to hardware_timer in host-mode pico-platform
Fixes #2733
1 parent 299fb7d commit 9b287c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/host/pico_platform/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (NOT TARGET pico_platform)
2323
${CMAKE_CURRENT_LIST_DIR}/platform_base.c
2424
)
2525

26-
target_link_libraries(pico_platform INTERFACE pico_platform_headers pico_bit_ops ${PICO_PLATFORM_EXTRA_LIBRARIES})
26+
target_link_libraries(pico_platform INTERFACE pico_platform_headers pico_bit_ops hardware_timer ${PICO_PLATFORM_EXTRA_LIBRARIES})
2727
endif()
2828

2929
function(pico_add_platform_library TARGET)

0 commit comments

Comments
 (0)