blob: 023340bffe63603255c189ed6843234e4ff70c15 [file] [log] [blame]
package(default_visibility = ["//visibility:public"])
cc_library(
name = "hardware_divider",
srcs = ["divider.c"],
hdrs = ["include/hardware/divider.h"],
includes = ["include"],
target_compatible_with = ["//bazel/constraint:host"],
deps = ["//src/host/pico_platform"],
)