blob: 750ae819e2323ddc5dfbefaca19e57298514b6bf [file] [log] [blame]
load("//bazel:defs.bzl", "compatible_with_rp2")
package(default_visibility = ["//visibility:public"])
cc_library(
name = "hardware_rcp",
hdrs = ["include/hardware/rcp.h"],
includes = ["include"],
target_compatible_with = compatible_with_rp2(),
deps = ["//src/rp2_common:pico_platform"],
)