Skip to content

Commit

Permalink
test null fix ftctechnh#2
Browse files Browse the repository at this point in the history
  • Loading branch information
neboy421 committed Dec 5, 2015
1 parent ce8fc3c commit 16c4170
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ public void loop(){
if(gamepad1.dpad_down){
drive_switch = 1;
}
else{
drive_switch = 0;
}


//drive motors
Expand Down

0 comments on commit 16c4170

Please sign in to comment.