Skip to content

Commit

Permalink
Restore missing dependency in hardware_boot_lock
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomontanez committed Sep 10, 2024
1 parent d01e549 commit 4a3f207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ alias(
# These libraries sometimes need the host version even though they live
# in rp2_common.
"//src/rp2_common/boot_bootrom_headers:__pkg__",
"//src/rp2_common/hardware_boot_lock:__pkg__",
"//src/rp2_common/pico_flash:__pkg__",
],
)
Expand Down
2 changes: 1 addition & 1 deletion src/rp2_common/hardware_boot_lock/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cc_library(
hdrs = ["include/hardware/boot_lock.h"],
includes = ["include"],
tags = ["manual"],
# deps = ["//src:pico_platform_internal"],
deps = ["//src:pico_platform_internal"],
visibility = ["//src/rp2_common/pico_bootrom:__pkg__"],
)

Expand Down

0 comments on commit 4a3f207

Please sign in to comment.