bazel: Clean up deps
This updates the direct dep on FreeRTOS to the version we resolve to
based on trasitive deps (specifically the dep on Pigweed).
Change-Id: Ic7db37cfbbe44fab24977d996842774ddbe515ee
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/examples/+/238512
Reviewed-by: Taylor Cramer <cramertj@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index d0f831a..6d16a74 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -15,7 +15,7 @@
module(name = "examples")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
-bazel_dep(name = "freertos", version = "10.5.1")
+bazel_dep(name = "freertos", version = "10.5.1.bcr.2")
bazel_dep(name = "nanopb", repo_name = "com_github_nanopb_nanopb")
bazel_dep(name = "pico-sdk", version = "2.0.0")
bazel_dep(name = "pigweed")