aboutsummaryrefslogtreecommitdiff
path: root/targets/stm32f429i_disc1/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'targets/stm32f429i_disc1/BUILD.bazel')
-rw-r--r--targets/stm32f429i_disc1/BUILD.bazel5
1 files changed, 1 insertions, 4 deletions
diff --git a/targets/stm32f429i_disc1/BUILD.bazel b/targets/stm32f429i_disc1/BUILD.bazel
index 988b58801..6aef9ad8f 100644
--- a/targets/stm32f429i_disc1/BUILD.bazel
+++ b/targets/stm32f429i_disc1/BUILD.bazel
@@ -15,9 +15,6 @@
load(
"//pw_build:pigweed.bzl",
"pw_cc_library",
-)
-load(
- "//pw_build/bazel_internal:pigweed_internal.bzl",
"pw_linker_script",
)
@@ -58,7 +55,7 @@ pw_cc_library(
"//pw_preprocessor",
"//pw_sys_io_baremetal_stm32f429",
],
- # TODO(b/251939135): Remove the need for alwayslink by rethinking how
+ # TODO: b/251939135 - Remove the need for alwayslink by rethinking how
# pw_boot_cortex_m is structured in the build system.
alwayslink = 1,
)