aboutsummaryrefslogtreecommitdiff
path: root/targets/arduino
diff options
context:
space:
mode:
Diffstat (limited to 'targets/arduino')
-rw-r--r--targets/arduino/BUILD.bazel7
1 files changed, 1 insertions, 6 deletions
diff --git a/targets/arduino/BUILD.bazel b/targets/arduino/BUILD.bazel
index 39c178e95..3c55727d6 100644
--- a/targets/arduino/BUILD.bazel
+++ b/targets/arduino/BUILD.bazel
@@ -12,16 +12,11 @@
# License for the specific language governing permissions and limitations under
# the License.
-load(
- "//pw_build:pigweed.bzl",
- "pw_cc_library",
-)
-
package(default_visibility = ["//visibility:public"])
licenses(["notice"])
-pw_cc_library(
+cc_library(
name = "pre_init",
srcs = [
"init.cc",