Skip to content

Commit 9f11c04

Browse files
Unify datatype for cycle_counter
Update datatype to uint64 for cycle_counter.
1 parent 8ac0869 commit 9f11c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osi_sensordata.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ message DetectedEntityHeader
215215

216216
// Continuous up counter to identify the cycle.
217217
//
218-
optional uint32 cycle_counter = 2;
218+
optional uint64 cycle_counter = 2;
219219

220220
// Data Qualifier expresses to what extent the content of this event can be
221221
// relied on.

0 commit comments

Comments
 (0)