Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
042fa7964fcbb11e5efa7552e9d997a62efcd5b2
/
.
/
src
/
rp2_common
/
pico_fix
/
BUILD.bazel
blob: 0c742997827f934f263cbfc8aefdedfc90a7c71b [
file
]
load
(
"@rules_cc//cc:cc_library.bzl"
,
"cc_library"
)
load
(
"//bazel:defs.bzl"
,
"compatible_with_rp2"
)
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"pico_fix"
,
target_compatible_with
=
compatible_with_rp2
(),
)