Skip to content

Commit 3c39eec

Browse files
authored
Fix CMake build. (#2088)
hardware_watchdog depends from pico_bootrom due to header pico/bootrom.h BUILD.bazel also has this dependency.
1 parent 65d118c commit 3c39eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pico_simple_hardware_target(watchdog)
22

3-
pico_mirrored_target_link_libraries(hardware_watchdog INTERFACE hardware_ticks)
3+
pico_mirrored_target_link_libraries(hardware_watchdog INTERFACE hardware_ticks pico_bootrom)

0 commit comments

Comments
 (0)