Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hmckerrow19 committed Dec 8, 2018
1 parent c7fd64a commit 678eb02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class TankDrive {
int[] right = {1,3};



//commenting to test source tree - H$
public TankDrive(HardwareMap hardwareMap,String ... names){
for(int index = 0;index < names.length;index++){
DcMotor motor = hardwareMap.get(DcMotor.class,names[index]);
Expand Down

0 comments on commit 678eb02

Please sign in to comment.