Sign in
pigweed
/
third_party
/
github
/
raspberrypi
/
pico-sdk
/
042fa7964fcbb11e5efa7552e9d997a62efcd5b2
/
.
/
src
/
common
/
boot_uf2_headers
/
BUILD.bazel
blob: 78373e617f3caa7ab087e74dfae77b6e3569a75e [
file
]
load
(
"@rules_cc//cc:cc_library.bzl"
,
"cc_library"
)
package
(
default_visibility
=
[
"//visibility:public"
])
cc_library
(
name
=
"boot_uf2_headers"
,
hdrs
=
[
"include/boot/uf2.h"
],
includes
=
[
"include"
],
)