aboutsummaryrefslogtreecommitdiff
path: root/pw_rpc/public/pw_rpc/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'pw_rpc/public/pw_rpc/channel.h')
-rw-r--r--pw_rpc/public/pw_rpc/channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_rpc/public/pw_rpc/channel.h b/pw_rpc/public/pw_rpc/channel.h
index 19c65b428..956548a93 100644
--- a/pw_rpc/public/pw_rpc/channel.h
+++ b/pw_rpc/public/pw_rpc/channel.h
@@ -117,7 +117,7 @@ class Channel {
// Creates a dynamically assignable channel without a set ID or output.
constexpr Channel() : id_(kUnassignedChannelId), output_(nullptr) {}
- // TODO(b/234876441): Remove the Configure and set_channel_output functions.
+ // TODO: b/234876441 - Remove the Configure and set_channel_output functions.
// Users should call CloseChannel() / OpenChannel() to change a channel.
// This ensures calls are properly update and works consistently between
// static and dynamic channel allocation.