aboutsummaryrefslogtreecommitdiff
path: root/pw_chrono_threadx
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2023-09-18 18:39:27 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-09-18 18:39:27 +0000
commitf1bf169cd2209b6a6846066f09aecbbb4c6cfcd6 (patch)
treebb3f1a340e91af7ccfe8d065b8b2b6695b683b2b /pw_chrono_threadx
parent45527d21adb398429727eea168400eec2d1ef458 (diff)
downloadpigweed-f1bf169cd2209b6a6846066f09aecbbb4c6cfcd6.tar.gz
*: Use new TODO style
Change-Id: I94819991c2831363bd3a044197a98db86f345b10 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/170730 Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Carlos Chinchilla <cachinchilla@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'pw_chrono_threadx')
-rw-r--r--pw_chrono_threadx/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_chrono_threadx/BUILD.bazel b/pw_chrono_threadx/BUILD.bazel
index b78216077..cf1f164ba 100644
--- a/pw_chrono_threadx/BUILD.bazel
+++ b/pw_chrono_threadx/BUILD.bazel
@@ -39,7 +39,7 @@ pw_cc_library(
target_compatible_with = [
"//pw_build/constraints/rtos:threadx",
],
- # TODO(b/290362542): This should depend on ThreadX.
+ # TODO: b/290362542 - This should depend on ThreadX.
deps = [
"//pw_chrono:epoch",
"//pw_chrono:system_clock_facade",