Skip to content

Commit

Permalink
IM DONE FOR TINIGHT
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaMunkee2395 committed Apr 6, 2022
1 parent 52008ad commit 48f44b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions FRC-Main-2022/src/main/cpp/Robot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ double Robot::GetShooterSpeed(){
case yFar:
return speedTable[(int)yRegionForSpeed][(int)shooterRegionForSpeed];
break;

default:
return shooterTargetSpeed;
break;
Expand All @@ -585,8 +584,6 @@ double Robot::GetShooterOffset(){
case yFar:
return shooterOffsetTable[(int)yRegionForSpeed][(int)shooterRegionForSpeed];
break;
case yTooFar:
shooterTargetSpeed = tooFarSpeed;
default:
return 0;
break;
Expand Down

0 comments on commit 48f44b5

Please sign in to comment.