mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
add explcit dependency
This commit is contained in:
parent
cfb44a3892
commit
0ebe81f4c3
@ -133,7 +133,10 @@ target_sources(tinyusb_bsp INTERFACE
|
||||
target_include_directories(tinyusb_bsp INTERFACE
|
||||
${TOP}/hw
|
||||
)
|
||||
target_link_libraries(tinyusb_bsp INTERFACE pico_unique_id)
|
||||
target_link_libraries(tinyusb_bsp INTERFACE
|
||||
pico_unique_id
|
||||
hardware_clocks
|
||||
)
|
||||
|
||||
# tinyusb_additions will hold our extra settings for examples
|
||||
add_library(tinyusb_additions INTERFACE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user