mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
add missing pico_rand dependency (#1203)
This commit is contained in:
parent
729c7f4326
commit
45d2dc4c95
1 changed files with 2 additions and 1 deletions
|
|
@ -299,7 +299,8 @@ if (EXISTS ${PICO_LWIP_PATH}/${LWIP_TEST_PATH})
|
|||
target_link_libraries(pico_lwip_freertos INTERFACE
|
||||
pico_async_context_base
|
||||
pico_lwip
|
||||
pico_lwip_contrib_freertos)
|
||||
pico_lwip_contrib_freertos
|
||||
pico_rand)
|
||||
|
||||
pico_promote_common_scope_vars()
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue