We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299fb7d commit 3fa6951Copy full SHA for 3fa6951
src/common/pico_base_headers/BUILD.bazel
@@ -92,6 +92,7 @@ cc_library(
92
includes = ["include"],
93
visibility = [
94
"//src/common:__subpackages__",
95
+ "//src/host/hardware_irq:__pkg__",
96
"//src/host/hardware_sync:__pkg__",
97
"//src/host/hardware_timer:__pkg__",
98
"//src/host/pico_platform:__pkg__",
src/host/hardware_irq/BUILD.bazel
@@ -8,7 +8,7 @@ cc_library(
8
tags = ["manual"], # TODO: No hardware/regs/intctrl.h for host yet.
9
target_compatible_with = ["//bazel/constraint:host"],
10
deps = [
11
- "//src/host/hardware_claim",
+ "//src/common/hardware_claim",
12
"//src/host/pico_platform",
13
],
14
)
0 commit comments