aboutsummaryrefslogtreecommitdiff
path: root/pw_sys_io_baremetal_stm32f429/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'pw_sys_io_baremetal_stm32f429/BUILD.bazel')
-rw-r--r--pw_sys_io_baremetal_stm32f429/BUILD.bazel7
1 files changed, 1 insertions, 6 deletions
diff --git a/pw_sys_io_baremetal_stm32f429/BUILD.bazel b/pw_sys_io_baremetal_stm32f429/BUILD.bazel
index 8147ce1a5..d4903faa7 100644
--- a/pw_sys_io_baremetal_stm32f429/BUILD.bazel
+++ b/pw_sys_io_baremetal_stm32f429/BUILD.bazel
@@ -12,11 +12,6 @@
# 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"])
@@ -26,7 +21,7 @@ constraint_value(
constraint_setting = "//pw_sys_io:backend_constraint_setting",
)
-pw_cc_library(
+cc_library(
name = "pw_sys_io_baremetal_stm32f429",
srcs = ["sys_io_baremetal.cc"],
hdrs = ["public/pw_sys_io_baremetal_stm32f429/init.h"],