freertos: Use new BUILD file template
Bug: 326625641
Change-Id: I10e4818dcc9247706e14dca72f3c299af98899a2
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/examples/+/193646
Reviewed-by: Armando Montanez <amontanez@google.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/WORKSPACE b/WORKSPACE
index 96d154d..358c3f6 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -123,7 +123,7 @@
http_archive(
name = "freertos",
- build_file = "@pigweed//:third_party/freertos/BUILD.bazel",
+ build_file = "@pigweed//third_party/freertos:freertos.BUILD.bazel",
sha256 = "89af32b7568c504624f712c21fe97f7311c55fccb7ae6163cda7adde1cde7f62",
strip_prefix = "FreeRTOS-Kernel-10.5.1",
urls = ["https://github.com/FreeRTOS/FreeRTOS-Kernel/archive/refs/tags/V10.5.1.tar.gz"],