Skip to content

Commit cfb7f7a

Browse files
committed
fix BAZEL depeencies
1 parent 2d027b1 commit cfb7f7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/rp2_common/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ alias(
7171
"//src/rp2_common/hardware_base:__pkg__",
7272
"//src/rp2_common/hardware_irq:__pkg__",
7373
"//src/rp2_common/hardware_pll:__pkg__",
74+
"//src/rp2_common/hardware_vreg:__pkg__",
7475
"//src/rp2_common/hardware_watchdog:__pkg__",
7576
"//src/rp2_common/hardware_xosc:__pkg__",
7677
"//src/rp2_common/pico_bit_ops:__pkg__",

src/rp2_common/hardware_vreg/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cc_library(
1010
target_compatible_with = compatible_with_rp2(),
1111
deps = [
1212
"//src/rp2_common:hardware_structs",
13-
"//src/rp2_common:pico_platform",
13+
"//src/rp2_common:pico_platform_internal",
1414
"//src/rp2_common/hardware_base",
1515
],
1616
)

0 commit comments

Comments
 (0)