blob: 2b2419f67e52da4a77224926e0da146723e79d5b [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
cc_library(
name = "pico_bit_ops",
srcs = ["bit_ops.c"],
target_compatible_with = ["//bazel/constraint:host"],
deps = ["//src/common/pico_bit_ops_headers:pico_bit_ops_interface"],
)