blob: ce71b11be38e2c1f64e57cc141b4858a06ba13cb [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
cc_library(
name = "pico_rand",
srcs = ["rand.c"],
hdrs = ["include/pico/rand.h"],
includes = ["include"],
target_compatible_with = ["//bazel/constraint:host"],
deps = [
"//src/host/hardware_sync",
"//src/host/hardware_timer",
],
)