Skip to content

Commit

Permalink
RPC: Fix device proto FabricId to be 64 bit not 32 (#23752)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoliver authored and pull[bot] committed Oct 13, 2023
1 parent f613051 commit 1009132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/common/pigweed/protos/device_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ message DeviceInfo {
}

message FabricInfo {
uint32 fabric_id = 1;
uint64 fabric_id = 1;
uint64 node_id = 2;
}

Expand Down

0 comments on commit 1009132

Please sign in to comment.