aboutsummaryrefslogtreecommitdiff
path: root/pw_thread/pw_thread_protos/thread.proto
diff options
context:
space:
mode:
Diffstat (limited to 'pw_thread/pw_thread_protos/thread.proto')
-rw-r--r--pw_thread/pw_thread_protos/thread.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw_thread/pw_thread_protos/thread.proto b/pw_thread/pw_thread_protos/thread.proto
index bcfbb09b7..d49f6031b 100644
--- a/pw_thread/pw_thread_protos/thread.proto
+++ b/pw_thread/pw_thread_protos/thread.proto
@@ -13,7 +13,7 @@
// the License.
syntax = "proto3";
-package pw.thread;
+package pw.thread.proto;
import "pw_tokenizer/proto/options.proto";
@@ -106,5 +106,5 @@ message Thread {
// This message overlays the pw.snapshot.Snapshot proto. It's valid to encode
// this message to the same sink that a Snapshot proto is being written to.
message SnapshotThreadInfo {
- repeated pw.thread.Thread threads = 18;
+ repeated pw.thread.proto.Thread threads = 18;
}