targets/stm32f429i_disc1_stm32cube: Remove old assert backend refs
Removes references to the old assert backend, and ensures the new
backend is set.
Change-Id: Iff3266f1f3c5343b022d1bd5418021fc606aeea6
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/examples/+/320872
Commit-Queue: Armando Montanez <amontanez@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
diff --git a/targets/stm32f429i_disc1_stm32cube/BUILD.bazel b/targets/stm32f429i_disc1_stm32cube/BUILD.bazel
index 26ad52e..b0acd06 100644
--- a/targets/stm32f429i_disc1_stm32cube/BUILD.bazel
+++ b/targets/stm32f429i_disc1_stm32cube/BUILD.bazel
@@ -41,8 +41,8 @@
"@hal_driver//:cmsis_device": "@cmsis_device",
"@hal_driver//:cmsis_init": "@cmsis_device//:default_cmsis_init",
"@hal_driver//:hal_config": "@pigweed//targets/stm32f429i_disc1_stm32cube:hal_config",
- "@pigweed//pw_assert:backend": "@pigweed//pw_assert_basic",
- "@pigweed//pw_assert:backend_impl": "@pigweed//pw_assert_basic:impl",
+ "@pigweed//pw_assert:assert_backend": "@pigweed//pw_assert_basic",
+ "@pigweed//pw_assert:assert_backend_impl": "@pigweed//pw_assert_basic:impl",
"@pigweed//pw_assert:check_backend": "@pigweed//pw_assert_basic",
"@pigweed//pw_assert:check_backend_impl": "@pigweed//pw_assert_basic:impl",
"@pigweed//pw_boot:backend": "@pigweed//pw_boot_cortex_m",