Skip to content

Commit 322ef02

Browse files
committed
DEV-574 #time 1m minor update from PR
1 parent 0d0efd6 commit 322ef02

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
@@ -494,7 +494,7 @@ public class BTStream {
494494
public static final int MAX_NUMBER_OF_SIGNALS = 77;//50; //used to be 11 but now 13 because of the SR30 + 8 for 3d orientation
495495
public static final int MAX_INQUIRY_PACKET_SIZE = 47;
496496

497-
public static final int CONTIGUOUS_TIMESTAMP_TICKS_LIMIT = (10*32768); // 10 seconds worth of ticks. Set to 0 to disable the feature
497+
public static int CONTIGUOUS_TIMESTAMP_TICKS_LIMIT = (10*32768); // 10 seconds worth of ticks. Set to 0 to disable the feature
498498

499499
public enum TEST_MODE {
500500
MAIN_TEST((byte)0, "Main Test"),

0 commit comments

Comments
 (0)