Skip to content

Commit a21639a

Browse files
marknolanCopilot
andauthored
Update ShimmerDriver/src/main/java/com/shimmerresearch/driver/ShimmerObject.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 456b185 commit a21639a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ShimmerDriver/src/main/java/com/shimmerresearch/driver/ShimmerObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ public ObjectCluster buildMsg(byte[] newPacket, COMMUNICATION_TYPE fwType, boole
931931
/*
932932
* Even with checking for start and stop of packets while parsing and performing
933933
* CRC checks, some corrupted packets can still slip through. This is a final
934-
* check help to make sure the time stamp ticks are contiguous before parsing the
934+
* check to help make sure the time stamp ticks are contiguous before parsing the
935935
* packet.
936936
*/
937937
if (fwType == COMMUNICATION_TYPE.BLUETOOTH && CONTIGUOUS_TIMESTAMP_TICKS_LIMIT != 0)

0 commit comments

Comments
 (0)