Changes
Page history
jrt92 created page: home
authored
May 19, 2015
by
Daniel Vestergaard
Show whitespace changes
Inline
Side-by-side
home.markdown
View page @
defc4f6b
...
...
@@ -163,7 +163,8 @@ public void action() {
BumperCar.rightMotor.backward();
long start = System.currentTimeMillis();
while(!(_suppressed || takeControl()) && System.currentTimeMillis() - start < 1000) {
while(!(_suppressed || takeControl()) &&
System.currentTimeMillis() - start < 1000) {
Thread.yield();
}
if(System.currentTimeMillis() - start >= 1000) {
...
...
...
...