We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299fb7d commit 9b287c6Copy full SHA for 9b287c6
src/host/pico_platform/CMakeLists.txt
@@ -23,7 +23,7 @@ if (NOT TARGET pico_platform)
23
${CMAKE_CURRENT_LIST_DIR}/platform_base.c
24
)
25
26
- target_link_libraries(pico_platform INTERFACE pico_platform_headers pico_bit_ops ${PICO_PLATFORM_EXTRA_LIBRARIES})
+ target_link_libraries(pico_platform INTERFACE pico_platform_headers pico_bit_ops hardware_timer ${PICO_PLATFORM_EXTRA_LIBRARIES})
27
endif()
28
29
function(pico_add_platform_library TARGET)
0 commit comments