Skip to content

Commit

Permalink
RPC: Fix device proto FabricId to be 64 bit not 32
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Oliver committed Nov 24, 2022
1 parent 6026c60 commit e7c6024
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 e7c6024

Please sign in to comment.