Merge "Move the sensors to offset 0"
diff --git a/y2017/wpilib_interface.cc b/y2017/wpilib_interface.cc
index 1450790..abddd86 100644
--- a/y2017/wpilib_interface.cc
+++ b/y2017/wpilib_interface.cc
@@ -287,7 +287,7 @@
     dma_synchronizer_->Start();
 
     ::aos::time::PhasedLoop phased_loop(::std::chrono::milliseconds(5),
-                                        ::std::chrono::milliseconds(4));
+                                        ::std::chrono::milliseconds(0));
 
     ::aos::SetCurrentThreadRealtimePriority(40);
     while (run_) {