Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
6ff3e4fab27441de19fd53c0eb5aacbe83a18221
/
.
/
src
/
rp2_common
/
pico_fix
/
BUILD.bazel
blob: 7909e5f039352768cbaa78f167b8e53aaa8086ef [
file
] [
log
] [
blame
]
load
(
"//bazel:defs.bzl"
,
"compatible_with_rp2"
)
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"pico_fix"
,
target_compatible_with
=
compatible_with_rp2
(),
)