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 2d027b1 commit cfb7f7aCopy full SHA for cfb7f7a
src/rp2_common/BUILD.bazel
@@ -71,6 +71,7 @@ alias(
71
"//src/rp2_common/hardware_base:__pkg__",
72
"//src/rp2_common/hardware_irq:__pkg__",
73
"//src/rp2_common/hardware_pll:__pkg__",
74
+ "//src/rp2_common/hardware_vreg:__pkg__",
75
"//src/rp2_common/hardware_watchdog:__pkg__",
76
"//src/rp2_common/hardware_xosc:__pkg__",
77
"//src/rp2_common/pico_bit_ops:__pkg__",
src/rp2_common/hardware_vreg/BUILD.bazel
@@ -10,7 +10,7 @@ cc_library(
10
target_compatible_with = compatible_with_rp2(),
11
deps = [
12
"//src/rp2_common:hardware_structs",
13
- "//src/rp2_common:pico_platform",
+ "//src/rp2_common:pico_platform_internal",
14
"//src/rp2_common/hardware_base",
15
],
16
)
0 commit comments