mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Fix CMake build. (#2088)
hardware_watchdog depends from pico_bootrom due to header pico/bootrom.h BUILD.bazel also has this dependency.
This commit is contained in:
parent
65d118c342
commit
3c39eecea3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
pico_simple_hardware_target(watchdog)
|
pico_simple_hardware_target(watchdog)
|
||||||
|
|
||||||
pico_mirrored_target_link_libraries(hardware_watchdog INTERFACE hardware_ticks)
|
pico_mirrored_target_link_libraries(hardware_watchdog INTERFACE hardware_ticks pico_bootrom)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue