Skip to content

Commit 8d87098

Browse files
committed
start running
1 parent c28bb67 commit 8d87098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/neuronrobotics/sdk/pid/VirtualGenericPIDDevice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class VirtualGenericPIDDevice extends GenericPIDDevice implements IHardwa
3333

3434
/** The sync. */
3535
private SyncThread sync = new SyncThread();
36-
private boolean runSync =false;
36+
private boolean runSync =true;
3737

3838
/** The max ticks per second. */
3939
private double maxTicksPerSecond;

0 commit comments

Comments
 (0)